Shades of Hollywood Cerise #D80BA1
Tints of Hollywood Cerise #D80BA1
RGB
CMYK
RGB Variations
Color information
#D80BA1 (or 0xD80BA1) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A1. RGB value is (216,11,161). Sum of RGB (Red+Green+Blue) = 216+11+161=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA1 is #27F45E. Grayscale: #595959. Windows color (decimal): -2618463 or 10554328. OLE color: 10554328.
HSL color Cylindrical-coordinate representation of color #D80BA1: hue angle of 316.1º 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 #D80BA1 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 161 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.15 |
| HSL | 316.1º | 0.9% | 0.45% | - |
| HSV(B) | 316.1º | 0.95% | 0.85% | - |
| XYZ | 34.87 | 17.41 | 35.24 | - |
| YUV | 89.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 161 | 0 | 0.95 | 0.25 | 0.15 | 316.1 | 0.9 | 0.45 |
| Hex | D8 | B | A1 | 0 | 5F | 19 | F | 13C | 5A | 2D |
| Octal | 330 | 13 | 241 | 0 | 137 | 31 | 17 | 474 | 132 | 55 |
| Binary | 11011000 | 1011 | 10100001 | 0 | 1011111 | 11001 | 1111 | 100111100 | 1011010 | 101101 |
Color Harmonies of #D80BA1
Complementary color
Monochromatic Colors of #D80BA1
Black with #D80BA1
Text Example
Text Example
White with #D80BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BA1; }
p { color: rgb(216,11,161); }
H1.HeaderClassName
{
color: #D80BA1;
}
.AnyTagClassName
{
color: #D80BA1;
}
</style>
background-color css
<style>
a { background-color: #D80BA1; }
a { background-color: rgb(216,11,161); }
div.DivClassName
{
background-color: #D80BA1;
}
.BgClassName
{
background-color: #D80BA1;
}
</style>
border-color css
<style>
span { border-color: #D80BA1; }
span { border-color: rgb(216,11,161); }
td.TdClassName
{
border-color: #D80BA1;
}
.TagClassName
{
border-color: #D80BA1;
}
</style>