Color Hex Logo

#dd209e Color Hex

#DD209E
(221,32,158)
0 Favorites   0 Comments

Color spaces of #dd209e

RGB 22132158
HSL0.890.750.50
HSV320°86°87°
CMYK 0.000.860.29   0.13
XYZ36.506918.873834.0666
Yxy18.87380.40810.2110
Hunter Lab43.444073.9703-16.0815
CIE-Lab50.539276.6465-21.0521

#dd209e color RGB value is (221,32,158).

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

The process color (four color CMYK) of #dd209e color hex is 0.00, 0.86, 0.29, 0.13. Web safe color of #dd209e is #cc3399. Color #dd209e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 10011110
Octal 335 40 236
Decimal 221 32 158
Hex DD 20 9E

RGB Percentages of Color #dd209e

%53.77
%7.79
%38.44

CMYK Percentages of Color #dd209e

%0
%86
%29
%13

Triadic Colors of #dd209e

#dd209e #9edd20 #209edd

Analogous Colors of #dd209e

#dd209e #dd2040 #be20dd

Monochromatic Colors of #dd209e

#dd209e

Complementary Color

#dd209e #20dd5f

#dd209e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd209e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd209e Color CSS Codes

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

#dd209e Text Font Color

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

This sample text font color is #dd209e
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.


#dd209e Background Color

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

This div background color is #dd209e


#dd209e Border Color

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

This div border color is #dd209e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd209e


Comments

No comments written yet.

Please login to write comment.