Color Hex Logo

#dd229f Color Hex

#DD229F
(221,34,159)
0 Favorites   0 Comments

Color spaces of #dd229f

RGB 22134159
HSL0.890.730.50
HSV320°85°87°
CMYK 0.000.850.28   0.13
XYZ36.648819.019434.5404
Yxy19.01940.40630.2108
Hunter Lab43.611273.6832-16.4302
CIE-Lab50.709976.3811-21.3844

#dd229f color RGB value is (221,34,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 10011111
Octal 335 42 237
Decimal 221 34 159
Hex DD 22 9F

RGB Percentages of Color #dd229f

%53.38
%8.21
%38.41

CMYK Percentages of Color #dd229f

%0
%85
%28
%13

Triadic Colors of #dd229f

#dd229f #9fdd22 #229fdd

Analogous Colors of #dd229f

#dd229f #dd2241 #be22dd

Monochromatic Colors of #dd229f

#dd229f

Complementary Color

#dd229f #22dd60

#dd229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd229f Color CSS Codes

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

#dd229f Text Font Color

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

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


#dd229f Background Color

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

This div background color is #dd229f


#dd229f Border Color

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

This div border color is #dd229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd229f


Comments

No comments written yet.

Please login to write comment.