Shades of Hollywood Cerise #D80097
Tints of Hollywood Cerise #D80097
RGB
CMYK
RGB Variations
Color information
#D80097 (or 0xD80097) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 97. RGB value is (216,0,151). Sum of RGB (Red+Green+Blue) = 216+0+151=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80097 is #27FF68. Grayscale: #515151. Windows color (decimal): -2621289 or 9896152. OLE color: 9896152.
HSL color Cylindrical-coordinate representation of color #D80097: hue angle of 318.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80097 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.30 | 0.15 |
| HSL | 318.06º | 1% | 0.42% | - |
| HSV(B) | 318.06º | 1% | 0.85% | - |
| XYZ | 33.9 | 16.83 | 30.74 | - |
| YUV | 81.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 151 | 0 | 1 | 0.30 | 0.15 | 318.06 | 1 | 0.42 |
| Hex | D8 | 0 | 97 | 0 | 64 | 1E | F | 13E | 64 | 2A |
| Octal | 330 | 0 | 227 | 0 | 144 | 36 | 17 | 476 | 144 | 52 |
| Binary | 11011000 | 0 | 10010111 | 0 | 1100100 | 11110 | 1111 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D80097
Complementary color
Monochromatic Colors of #D80097
Black with #D80097
Text Example
Text Example
White with #D80097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80097; }
p { color: rgb(216,0,151); }
H1.HeaderClassName
{
color: #D80097;
}
.AnyTagClassName
{
color: #D80097;
}
</style>
background-color css
<style>
a { background-color: #D80097; }
a { background-color: rgb(216,0,151); }
div.DivClassName
{
background-color: #D80097;
}
.BgClassName
{
background-color: #D80097;
}
</style>
border-color css
<style>
span { border-color: #D80097; }
span { border-color: rgb(216,0,151); }
td.TdClassName
{
border-color: #D80097;
}
.TagClassName
{
border-color: #D80097;
}
</style>