Shades of Hollywood Cerise #D80BA3
Tints of Hollywood Cerise #D80BA3
RGB
CMYK
RGB Variations
Color information
#D80BA3 (or 0xD80BA3) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A3. RGB value is (216,11,163). Sum of RGB (Red+Green+Blue) = 216+11+163=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA3 is #27F45C. Grayscale: #595959. Windows color (decimal): -2618461 or 10685400. OLE color: 10685400.
HSL color Cylindrical-coordinate representation of color #D80BA3: hue angle of 315.51º 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 #D80BA3 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 163 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.15 |
| HSL | 315.51º | 0.9% | 0.45% | - |
| HSV(B) | 315.51º | 0.95% | 0.85% | - |
| XYZ | 35.05 | 17.48 | 36.18 | - |
| YUV | 89.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 163 | 0 | 0.95 | 0.25 | 0.15 | 315.51 | 0.9 | 0.45 |
| Hex | D8 | B | A3 | 0 | 5F | 19 | F | 13C | 5A | 2D |
| Octal | 330 | 13 | 243 | 0 | 137 | 31 | 17 | 474 | 132 | 55 |
| Binary | 11011000 | 1011 | 10100011 | 0 | 1011111 | 11001 | 1111 | 100111100 | 1011010 | 101101 |
Color Harmonies of #D80BA3
Complementary color
Monochromatic Colors of #D80BA3
Black with #D80BA3
Text Example
Text Example
White with #D80BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BA3; }
p { color: rgb(216,11,163); }
H1.HeaderClassName
{
color: #D80BA3;
}
.AnyTagClassName
{
color: #D80BA3;
}
</style>
background-color css
<style>
a { background-color: #D80BA3; }
a { background-color: rgb(216,11,163); }
div.DivClassName
{
background-color: #D80BA3;
}
.BgClassName
{
background-color: #D80BA3;
}
</style>
border-color css
<style>
span { border-color: #D80BA3; }
span { border-color: rgb(216,11,163); }
td.TdClassName
{
border-color: #D80BA3;
}
.TagClassName
{
border-color: #D80BA3;
}
</style>