Shades of Hollywood Cerise #D80BA0
Tints of Hollywood Cerise #D80BA0
RGB
CMYK
RGB Variations
Color information
#D80BA0 (or 0xD80BA0) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A0. RGB value is (216,11,160). Sum of RGB (Red+Green+Blue) = 216+11+160=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA0 is #27F45F. Grayscale: #585858. Windows color (decimal): -2618464 or 10488792. OLE color: 10488792.
HSL color Cylindrical-coordinate representation of color #D80BA0: hue angle of 316.39º 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 #D80BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.15 |
| HSL | 316.39º | 0.9% | 0.45% | - |
| HSV(B) | 316.39º | 0.95% | 0.85% | - |
| XYZ | 34.78 | 17.38 | 34.78 | - |
| YUV | 89.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 160 | 0 | 0.95 | 0.26 | 0.15 | 316.39 | 0.9 | 0.45 |
| Hex | D8 | B | A0 | 0 | 5F | 1A | F | 13C | 5A | 2D |
| Octal | 330 | 13 | 240 | 0 | 137 | 32 | 17 | 474 | 132 | 55 |
| Binary | 11011000 | 1011 | 10100000 | 0 | 1011111 | 11010 | 1111 | 100111100 | 1011010 | 101101 |
Color Harmonies of #D80BA0
Complementary color
Monochromatic Colors of #D80BA0
Black with #D80BA0
Text Example
Text Example
White with #D80BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BA0; }
p { color: rgb(216,11,160); }
H1.HeaderClassName
{
color: #D80BA0;
}
.AnyTagClassName
{
color: #D80BA0;
}
</style>
background-color css
<style>
a { background-color: #D80BA0; }
a { background-color: rgb(216,11,160); }
div.DivClassName
{
background-color: #D80BA0;
}
.BgClassName
{
background-color: #D80BA0;
}
</style>
border-color css
<style>
span { border-color: #D80BA0; }
span { border-color: rgb(216,11,160); }
td.TdClassName
{
border-color: #D80BA0;
}
.TagClassName
{
border-color: #D80BA0;
}
</style>