#DD0DAD

Color #DD0DAD Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DD0DAD

Tints of Hollywood Cerise #DD0DAD

Color information

#DD0DAD (or 0xDD0DAD) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 0D and AD. RGB value is (221,13,173). Sum of RGB (Red+Green+Blue) = 221+13+173=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAD is #22F252. Grayscale: #5D5D5D. Windows color (decimal): -2290259 or 11341277. OLE color: 11341277.

HSL color Cylindrical-coordinate representation of color #DD0DAD: hue angle of 313.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DAD is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22113173-
CMYK00.940.220.13
HSL313.85º88.89%45.88%-
HSV(B)313.85º94.12%86.67%-
XYZ37.5118.6841.16-
YUV93.43172.91218.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 13 (5.47% from 255) = 3.19%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=54.30%
G=3.19%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211317300.940.220.13313.8588.8945.88
HexDDDAD05E16D13a592e
Octal335152550136261547213156
Binary11011101110110101101010111101011011011001110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0DAD; }

 p { color: rgb(221,13,173); }

 H1.HeaderClassName
 {
   color: #DD0DAD;
 }
 .AnyTagClassName
 {
   color: #DD0DAD;
 }
</style>
background-color css

<style>
 a { background-color: #DD0DAD; }

 a { background-color: rgb(221,13,173); }

 div.DivClassName
 {
   background-color: #DD0DAD;
 }
 .BgClassName
 {
   background-color: #DD0DAD;
 }
</style>
border-color css

<style>
 span { border-color: #DD0DAD; }

 span { border-color: rgb(221,13,173); }

 td.TdClassName
 {
   border-color: #DD0DAD;
 }
 .TagClassName
 {
   border-color: #DD0DAD;
 }
</style>