Shades of Hollywood Cerise #DC099E
Tints of Hollywood Cerise #DC099E
RGB
CMYK
RGB Variations
Color information
#DC099E (or 0xDC099E) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9E. RGB value is (220,9,158). Sum of RGB (Red+Green+Blue) = 220+9+158=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099E is #23F661. Grayscale: #585858. Windows color (decimal): -2356834 or 10357212. OLE color: 10357212.
HSL color Cylindrical-coordinate representation of color #DC099E: hue angle of 317.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC099E is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.14 |
| HSL | 317.63º | 0.92% | 0.45% | - |
| HSV(B) | 317.63º | 0.96% | 0.86% | - |
| XYZ | 35.78 | 17.88 | 33.91 | - |
| YUV | 89.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 158 | 0 | 0.96 | 0.28 | 0.14 | 317.63 | 0.92 | 0.45 |
| Hex | DC | 9 | 9E | 0 | 60 | 1C | E | 13E | 5C | 2D |
| Octal | 334 | 11 | 236 | 0 | 140 | 34 | 16 | 476 | 134 | 55 |
| Binary | 11011100 | 1001 | 10011110 | 0 | 1100000 | 11100 | 1110 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DC099E
Complementary color
Monochromatic Colors of #DC099E
Black with #DC099E
Text Example
Text Example
White with #DC099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC099E; }
p { color: rgb(220,9,158); }
H1.HeaderClassName
{
color: #DC099E;
}
.AnyTagClassName
{
color: #DC099E;
}
</style>
background-color css
<style>
a { background-color: #DC099E; }
a { background-color: rgb(220,9,158); }
div.DivClassName
{
background-color: #DC099E;
}
.BgClassName
{
background-color: #DC099E;
}
</style>
border-color css
<style>
span { border-color: #DC099E; }
span { border-color: rgb(220,9,158); }
td.TdClassName
{
border-color: #DC099E;
}
.TagClassName
{
border-color: #DC099E;
}
</style>