Shades of Hollywood Cerise #D80BA8
Tints of Hollywood Cerise #D80BA8
RGB
CMYK
RGB Variations
Color information
#D80BA8 (or 0xD80BA8) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A8. RGB value is (216,11,168). Sum of RGB (Red+Green+Blue) = 216+11+168=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA8 is #27F457. Grayscale: #595959. Windows color (decimal): -2618456 or 11013080. OLE color: 11013080.
HSL color Cylindrical-coordinate representation of color #D80BA8: hue angle of 314.05º 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 #D80BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.15 |
| HSL | 314.05º | 0.9% | 0.45% | - |
| HSV(B) | 314.05º | 0.95% | 0.85% | - |
| XYZ | 35.51 | 17.67 | 38.58 | - |
| YUV | 90.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 168 | 0 | 0.95 | 0.22 | 0.15 | 314.05 | 0.9 | 0.45 |
| Hex | D8 | B | A8 | 0 | 5F | 16 | F | 13A | 5A | 2D |
| Octal | 330 | 13 | 250 | 0 | 137 | 26 | 17 | 472 | 132 | 55 |
| Binary | 11011000 | 1011 | 10101000 | 0 | 1011111 | 10110 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #D80BA8
Complementary color
Monochromatic Colors of #D80BA8
Black with #D80BA8
Text Example
Text Example
White with #D80BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BA8; }
p { color: rgb(216,11,168); }
H1.HeaderClassName
{
color: #D80BA8;
}
.AnyTagClassName
{
color: #D80BA8;
}
</style>
background-color css
<style>
a { background-color: #D80BA8; }
a { background-color: rgb(216,11,168); }
div.DivClassName
{
background-color: #D80BA8;
}
.BgClassName
{
background-color: #D80BA8;
}
</style>
border-color css
<style>
span { border-color: #D80BA8; }
span { border-color: rgb(216,11,168); }
td.TdClassName
{
border-color: #D80BA8;
}
.TagClassName
{
border-color: #D80BA8;
}
</style>