Color Hex Logo

#dd229a Color Hex

#DD229A
(221,34,154)
0 Favorites   0 Comments

Color spaces of #dd229a

RGB 22134154
HSL0.890.730.50
HSV321°85°87°
CMYK 0.000.850.30   0.13
XYZ36.223618.849332.3009
Yxy18.84930.41460.2157
Hunter Lab43.415872.9524-13.7201
CIE-Lab50.510475.8280-18.7143

#dd229a color RGB value is (221,34,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 10011010
Octal 335 42 232
Decimal 221 34 154
Hex DD 22 9A

RGB Percentages of Color #dd229a

%54.03
%8.31
%37.65

CMYK Percentages of Color #dd229a

%0
%85
%30
%13

Triadic Colors of #dd229a

#dd229a #9add22 #229add

Analogous Colors of #dd229a

#dd229a #dd223c #c322dd

Monochromatic Colors of #dd229a

#dd229a

Complementary Color

#dd229a #22dd65

#dd229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd229a Color CSS Codes

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

#dd229a Text Font Color

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

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


#dd229a Background Color

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

This div background color is #dd229a


#dd229a Border Color

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

This div border color is #dd229a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd229a


Comments

No comments written yet.

Please login to write comment.