Shades of Hollywood Cerise #DD009C
Tints of Hollywood Cerise #DD009C
RGB
CMYK
RGB Variations
Color information
#DD009C (or 0xDD009C) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 9C. RGB value is (221,0,156). Sum of RGB (Red+Green+Blue) = 221+0+156=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009C is #22FF63. Grayscale: #535353. Windows color (decimal): -2293604 or 10223837. OLE color: 10223837.
HSL color Cylindrical-coordinate representation of color #DD009C: hue angle of 317.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD009C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.65º | 1% | 0.43% | - |
| HSV(B) | 317.65º | 1% | 0.87% | - |
| XYZ | 35.82 | 17.77 | 33 | - |
| YUV | 83.86 | 168.72 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 156 | 0 | 1 | 0.29 | 0.13 | 317.65 | 1 | 0.43 |
| Hex | DD | 0 | 9C | 0 | 64 | 1D | D | 13E | 64 | 2B |
| Octal | 335 | 0 | 234 | 0 | 144 | 35 | 15 | 476 | 144 | 53 |
| Binary | 11011101 | 0 | 10011100 | 0 | 1100100 | 11101 | 1101 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DD009C
Complementary color
Monochromatic Colors of #DD009C
Black with #DD009C
Text Example
Text Example
White with #DD009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD009C; }
p { color: rgb(221,0,156); }
H1.HeaderClassName
{
color: #DD009C;
}
.AnyTagClassName
{
color: #DD009C;
}
</style>
background-color css
<style>
a { background-color: #DD009C; }
a { background-color: rgb(221,0,156); }
div.DivClassName
{
background-color: #DD009C;
}
.BgClassName
{
background-color: #DD009C;
}
</style>
border-color css
<style>
span { border-color: #DD009C; }
span { border-color: rgb(221,0,156); }
td.TdClassName
{
border-color: #DD009C;
}
.TagClassName
{
border-color: #DD009C;
}
</style>