Color Hex Logo

#dd219f Color Hex

#DD219F
(221,33,159)
0 Favorites   0 Comments

Color spaces of #dd219f

RGB 22133159
HSL0.890.740.50
HSV320°85°87°
CMYK 0.000.850.28   0.13
XYZ36.620718.963134.5310
Yxy18.96310.40640.2104
Hunter Lab43.546673.9036-16.5323
CIE-Lab50.644076.5721-21.4856

#dd219f color RGB value is (221,33,159).

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

The process color (four color CMYK) of #dd219f color hex is 0.00, 0.85, 0.28, 0.13. Web safe color of #dd219f is #cc3399. Color #dd219f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 10011111
Octal 335 41 237
Decimal 221 33 159
Hex DD 21 9F

RGB Percentages of Color #dd219f

%53.51
%7.99
%38.50

CMYK Percentages of Color #dd219f

%0
%85
%28
%13

Triadic Colors of #dd219f

#dd219f #9fdd21 #219fdd

Analogous Colors of #dd219f

#dd219f #dd2141 #bd21dd

Monochromatic Colors of #dd219f

#dd219f

Complementary Color

#dd219f #21dd5f

#dd219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd219f Color CSS Codes

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

#dd219f Text Font Color

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

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


#dd219f Background Color

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

This div background color is #dd219f


#dd219f Border Color

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

This div border color is #dd219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd219f


Comments

No comments written yet.

Please login to write comment.