Shades of Hollywood Cerise #D80B9C
Tints of Hollywood Cerise #D80B9C
RGB
CMYK
RGB Variations
Color information
#D80B9C (or 0xD80B9C) is known color: Hollywood Cerise. HEX triplet: D8, 0B and 9C. RGB value is (216,11,156). Sum of RGB (Red+Green+Blue) = 216+11+156=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B9C is #27F463. Grayscale: #585858. Windows color (decimal): -2618468 or 10226648. OLE color: 10226648.
HSL color Cylindrical-coordinate representation of color #D80B9C: hue angle of 317.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B9C is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 156 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.15 |
| HSL | 317.56º | 0.9% | 0.45% | - |
| HSV(B) | 317.56º | 0.95% | 0.85% | - |
| XYZ | 34.44 | 17.24 | 32.96 | - |
| YUV | 88.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 156 | 0 | 0.95 | 0.28 | 0.15 | 317.56 | 0.9 | 0.45 |
| Hex | D8 | B | 9C | 0 | 5F | 1C | F | 13E | 5A | 2D |
| Octal | 330 | 13 | 234 | 0 | 137 | 34 | 17 | 476 | 132 | 55 |
| Binary | 11011000 | 1011 | 10011100 | 0 | 1011111 | 11100 | 1111 | 100111110 | 1011010 | 101101 |
Color Harmonies of #D80B9C
Complementary color
Monochromatic Colors of #D80B9C
Black with #D80B9C
Text Example
Text Example
White with #D80B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B9C; }
p { color: rgb(216,11,156); }
H1.HeaderClassName
{
color: #D80B9C;
}
.AnyTagClassName
{
color: #D80B9C;
}
</style>
background-color css
<style>
a { background-color: #D80B9C; }
a { background-color: rgb(216,11,156); }
div.DivClassName
{
background-color: #D80B9C;
}
.BgClassName
{
background-color: #D80B9C;
}
</style>
border-color css
<style>
span { border-color: #D80B9C; }
span { border-color: rgb(216,11,156); }
td.TdClassName
{
border-color: #D80B9C;
}
.TagClassName
{
border-color: #D80B9C;
}
</style>