color codes Logo

#dd09cc color codes

#DD09CC
(221,9,204)
0 Favorites   0 Comments

Color spaces of #dd09cc

RGB 2219204
HSL0.850.920.45
HSV305°96°87°
CMYK 0.000.960.08   0.13
XYZ40.815619.927258.8218
Yxy19.92720.34140.1667
Hunter Lab44.639985.0881-46.8783
CIE-Lab51.754885.1774-46.0695

#dd09cc color RGB value is (221,9,204).

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

The process color (four color CMYK) of #dd09cc color code is 0.00, 0.96, 0.08, 0.13. Web safe color of #dd09cc is #cc00cc. Color #dd09cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 11001100
Octal 335 11 314
Decimal 221 9 204
Hex DD 9 CC

RGB Percentages of Color #dd09cc

%50.92
%2.07
%47.00

CMYK Percentages of Color #dd09cc

%0
%96
%8
%13

Triadic Colors of #dd09cc

#dd09cc #ccdd09 #09ccdd

Analogous Colors of #dd09cc

#dd09cc #dd0962 #8409dd

Monochromatic Colors of #dd09cc

#dd09cc

Complementary Color

#dd09cc #09dd1a

#dd09cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd09cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd09cc Color CSS Codes

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

#dd09cc Text Font Color

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

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


#dd09cc Background Color

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

This div background color is #dd09cc


#dd09cc Border Color

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

This div border color is #dd09cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd09cc


Comments

No comments written yet.

Please login to write comment.