Color Hex Logo

#dd169f Color Hex

#DD169F
(221,22,159)
0 Favorites   0 Comments

Color spaces of #dd169f

RGB 22122159
HSL0.890.820.48
HSV319°90°87°
CMYK 0.000.900.28   0.13
XYZ36.363718.449234.4454
Yxy18.44920.40740.2067
Hunter Lab42.952575.9515-17.4803
CIE-Lab50.036578.3377-22.4203

#dd169f color RGB value is (221,22,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010110 10011111
Octal 335 26 237
Decimal 221 22 159
Hex DD 16 9F

RGB Percentages of Color #dd169f

%54.98
%5.47
%39.55

CMYK Percentages of Color #dd169f

%0
%90
%28
%13

Triadic Colors of #dd169f

#dd169f #9fdd16 #169fdd

Analogous Colors of #dd169f

#dd169f #dd163c #b816dd

Monochromatic Colors of #dd169f

#dd169f

Complementary Color

#dd169f #16dd54

#dd169f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd169f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd169f Color CSS Codes

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

#dd169f Text Font Color

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

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


#dd169f Background Color

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

This div background color is #dd169f


#dd169f Border Color

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

This div border color is #dd169f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd169f


Comments

No comments written yet.

Please login to write comment.