Shades of Hollywood Cerise #D80C9E
Tints of Hollywood Cerise #D80C9E
RGB
CMYK
RGB Variations
Color information
#D80C9E (or 0xD80C9E) is known color: Hollywood Cerise. HEX triplet: D8, 0C and 9E. RGB value is (216,12,158). Sum of RGB (Red+Green+Blue) = 216+12+158=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C9E is #27F361. Grayscale: #595959. Windows color (decimal): -2618210 or 10357976. OLE color: 10357976.
HSL color Cylindrical-coordinate representation of color #D80C9E: hue angle of 317.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C9E is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 158 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.15 |
| HSL | 317.06º | 0.89% | 0.45% | - |
| HSV(B) | 317.06º | 0.94% | 0.85% | - |
| XYZ | 34.62 | 17.33 | 33.87 | - |
| YUV | 89.64 | 166.59 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 158 | 0 | 0.94 | 0.27 | 0.15 | 317.06 | 0.89 | 0.45 |
| Hex | D8 | C | 9E | 0 | 5E | 1B | F | 13D | 59 | 2D |
| Octal | 330 | 14 | 236 | 0 | 136 | 33 | 17 | 475 | 131 | 55 |
| Binary | 11011000 | 1100 | 10011110 | 0 | 1011110 | 11011 | 1111 | 100111101 | 1011001 | 101101 |
Color Harmonies of #D80C9E
Complementary color
Monochromatic Colors of #D80C9E
Black with #D80C9E
Text Example
Text Example
White with #D80C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C9E; }
p { color: rgb(216,12,158); }
H1.HeaderClassName
{
color: #D80C9E;
}
.AnyTagClassName
{
color: #D80C9E;
}
</style>
background-color css
<style>
a { background-color: #D80C9E; }
a { background-color: rgb(216,12,158); }
div.DivClassName
{
background-color: #D80C9E;
}
.BgClassName
{
background-color: #D80C9E;
}
</style>
border-color css
<style>
span { border-color: #D80C9E; }
span { border-color: rgb(216,12,158); }
td.TdClassName
{
border-color: #D80C9E;
}
.TagClassName
{
border-color: #D80C9E;
}
</style>