Color Hex Logo

#dd20d8 Color Hex

#DD20D8
(221,32,216)
0 Favorites   0 Comments

Color spaces of #dd20d8

RGB 22132216
HSL0.840.750.50
HSV302°86°87°
CMYK 0.000.860.02   0.13
XYZ42.730021.363066.8371
Yxy21.36300.32640.1632
Hunter Lab46.220184.1361-53.3828
CIE-Lab53.344584.1331-50.4145

#dd20d8 color RGB value is (221,32,216).

#dd20d8 hex color red value is 221, green value is 32 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dd20d8 hue: 0.84 , saturation: 0.75 and the lightness value of dd20d8 is 0.50.

The process color (four color CMYK) of #dd20d8 color hex is 0.00, 0.86, 0.02, 0.13. Web safe color of #dd20d8 is #cc33cc. Color #dd20d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 11011000
Octal 335 40 330
Decimal 221 32 216
Hex DD 20 D8

RGB Percentages of Color #dd20d8

%47.12
%6.82
%46.06

CMYK Percentages of Color #dd20d8

%0
%86
%2
%13

Triadic Colors of #dd20d8

#dd20d8 #d8dd20 #20d8dd

Analogous Colors of #dd20d8

#dd20d8 #dd207a #8420dd

Monochromatic Colors of #dd20d8

#dd20d8

Complementary Color

#dd20d8 #20dd25

#dd20d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd20d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd20d8 Color CSS Codes

.mybgcolor {background-color:#dd20d8; } 
.myforecolor {color:#dd20d8; }
.mybordercolor {border:3px solid #dd20d8; }

#dd20d8 Text Font Color

<p style="color:#dd20d8">Text here</p>

This sample text font color is #dd20d8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd20d8 Background Color

<div style="background-color:#dd20d8">
Div content here</div>

This div background color is #dd20d8


#dd20d8 Border Color

<div style="border:3px solid #dd20d8">
Div here</div>

This div border color is #dd20d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,32,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd20d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd20d8;
  -webkit-box-shadow: 1px 1px 3px 2px #dd20d8;
  box-shadow:         1px 1px 3px 2px #dd20d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,32,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd20d8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd20d8;
  -webkit-box-shadow: 1px 1px 3px 2px #dd20d8;
  box-shadow:         1px 1px 3px 2px #dd20d8;">
Div content here</div>

This div box has shadow with color #dd20d8


Comments

No comments written yet.

Please login to write comment.