Color Hex Logo

#dd099a Color Hex

#DD099A
(221,9,154)
0 Favorites   0 Comments

Color spaces of #dd099a

RGB 2219154
HSL0.890.920.45
HSV319°96°87°
CMYK 0.000.960.30   0.13
XYZ35.749217.900632.1428
Yxy17.90060.41670.2086
Hunter Lab42.309176.7832-15.4271
CIE-Lab49.375379.1312-20.4534

#dd099a color RGB value is (221,9,154).

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

The process color (four color CMYK) of #dd099a color hex is 0.00, 0.96, 0.30, 0.13. Web safe color of #dd099a is #cc0099. Color #dd099a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 10011010
Octal 335 11 232
Decimal 221 9 154
Hex DD 9 9A

RGB Percentages of Color #dd099a

%57.55
%2.34
%40.10

CMYK Percentages of Color #dd099a

%0
%96
%30
%13

Triadic Colors of #dd099a

#dd099a #9add09 #099add

Analogous Colors of #dd099a

#dd099a #dd0930 #b609dd

Monochromatic Colors of #dd099a

#dd099a

Complementary Color

#dd099a #09dd4c

#dd099a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd099a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd099a Color CSS Codes

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

#dd099a Text Font Color

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

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


#dd099a Background Color

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

This div background color is #dd099a


#dd099a Border Color

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

This div border color is #dd099a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd099a


Comments

No comments written yet.

Please login to write comment.