Color Hex Logo

#dd189f Color Hex

#DD189F
(221,24,159)
0 Favorites   0 Comments

Color spaces of #dd189f

RGB 22124159
HSL0.890.800.48
HSV319°89°87°
CMYK 0.000.890.28   0.13
XYZ36.403418.528634.4586
Yxy18.52860.40720.2073
Hunter Lab43.044975.6304-17.3319
CIE-Lab50.131178.0620-22.2746

#dd189f color RGB value is (221,24,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 10011111
Octal 335 30 237
Decimal 221 24 159
Hex DD 18 9F

RGB Percentages of Color #dd189f

%54.70
%5.94
%39.36

CMYK Percentages of Color #dd189f

%0
%89
%28
%13

Triadic Colors of #dd189f

#dd189f #9fdd18 #189fdd

Analogous Colors of #dd189f

#dd189f #dd183c #b918dd

Monochromatic Colors of #dd189f

#dd189f

Complementary Color

#dd189f #18dd56

#dd189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd189f Color CSS Codes

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

#dd189f Text Font Color

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

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


#dd189f Background Color

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

This div background color is #dd189f


#dd189f Border Color

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

This div border color is #dd189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd189f


Comments

No comments written yet.

Please login to write comment.