Color Hex Logo

#dd199e Color Hex

#DD199E
(221,25,158)
0 Favorites   0 Comments

Color spaces of #dd199e

RGB 22125158
HSL0.890.800.48
HSV319°89°87°
CMYK 0.000.890.29   0.13
XYZ36.338018.536034.0103
Yxy18.53600.40880.2085
Hunter Lab43.053575.3141-16.6990
CIE-Lab50.139977.8065-21.6658

#dd199e color RGB value is (221,25,158).

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

The process color (four color CMYK) of #dd199e color hex is 0.00, 0.89, 0.29, 0.13. Web safe color of #dd199e is #cc0099. Color #dd199e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 10011110
Octal 335 31 236
Decimal 221 25 158
Hex DD 19 9E

RGB Percentages of Color #dd199e

%54.70
%6.19
%39.11

CMYK Percentages of Color #dd199e

%0
%89
%29
%13

Triadic Colors of #dd199e

#dd199e #9edd19 #199edd

Analogous Colors of #dd199e

#dd199e #dd193c #ba19dd

Monochromatic Colors of #dd199e

#dd199e

Complementary Color

#dd199e #19dd58

#dd199e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd199e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd199e Color CSS Codes

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

#dd199e Text Font Color

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

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


#dd199e Background Color

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

This div background color is #dd199e


#dd199e Border Color

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

This div border color is #dd199e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,25,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 #dd199e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd199e


Comments

No comments written yet.

Please login to write comment.