Shades of Hollywood Cerise #D80BAF
Tints of Hollywood Cerise #D80BAF
RGB
CMYK
RGB Variations
Color information
#D80BAF (or 0xD80BAF) is known color: Hollywood Cerise. HEX triplet: D8, 0B and AF. RGB value is (216,11,175). Sum of RGB (Red+Green+Blue) = 216+11+175=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BAF is #27F450. Grayscale: #5A5A5A. Windows color (decimal): -2618449 or 11471832. OLE color: 11471832.
HSL color Cylindrical-coordinate representation of color #D80BAF: hue angle of 312º 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 #D80BAF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.15 |
| HSL | 312º | 0.9% | 0.45% | - |
| HSV(B) | 312º | 0.95% | 0.85% | - |
| XYZ | 36.18 | 17.93 | 42.11 | - |
| YUV | 90.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 175 | 0 | 0.95 | 0.19 | 0.15 | 312 | 0.9 | 0.45 |
| Hex | D8 | B | AF | 0 | 5F | 13 | F | 138 | 5A | 2D |
| Octal | 330 | 13 | 257 | 0 | 137 | 23 | 17 | 470 | 132 | 55 |
| Binary | 11011000 | 1011 | 10101111 | 0 | 1011111 | 10011 | 1111 | 100111000 | 1011010 | 101101 |
Color Harmonies of #D80BAF
Complementary color
Monochromatic Colors of #D80BAF
Black with #D80BAF
Text Example
Text Example
White with #D80BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BAF; }
p { color: rgb(216,11,175); }
H1.HeaderClassName
{
color: #D80BAF;
}
.AnyTagClassName
{
color: #D80BAF;
}
</style>
background-color css
<style>
a { background-color: #D80BAF; }
a { background-color: rgb(216,11,175); }
div.DivClassName
{
background-color: #D80BAF;
}
.BgClassName
{
background-color: #D80BAF;
}
</style>
border-color css
<style>
span { border-color: #D80BAF; }
span { border-color: rgb(216,11,175); }
td.TdClassName
{
border-color: #D80BAF;
}
.TagClassName
{
border-color: #D80BAF;
}
</style>