Shades of Hollywood Cerise #D80FA6
Tints of Hollywood Cerise #D80FA6
RGB
CMYK
RGB Variations
Color information
#D80FA6 (or 0xD80FA6) is known color: Hollywood Cerise. HEX triplet: D8, 0F and A6. RGB value is (216,15,166). Sum of RGB (Red+Green+Blue) = 216+15+166=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FA6 is #27F059. Grayscale: #5B5B5B. Windows color (decimal): -2617434 or 10883032. OLE color: 10883032.
HSL color Cylindrical-coordinate representation of color #D80FA6: hue angle of 314.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FA6 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 166 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.15 |
| HSL | 314.93º | 0.87% | 0.45% | - |
| HSV(B) | 314.93º | 0.93% | 0.85% | - |
| XYZ | 35.37 | 17.69 | 37.63 | - |
| YUV | 92.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 166 | 0 | 0.93 | 0.23 | 0.15 | 314.93 | 0.87 | 0.45 |
| Hex | D8 | F | A6 | 0 | 5D | 17 | F | 13B | 57 | 2D |
| Octal | 330 | 17 | 246 | 0 | 135 | 27 | 17 | 473 | 127 | 55 |
| Binary | 11011000 | 1111 | 10100110 | 0 | 1011101 | 10111 | 1111 | 100111011 | 1010111 | 101101 |
Color Harmonies of #D80FA6
Complementary color
Monochromatic Colors of #D80FA6
Black with #D80FA6
Text Example
Text Example
White with #D80FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FA6; }
p { color: rgb(216,15,166); }
H1.HeaderClassName
{
color: #D80FA6;
}
.AnyTagClassName
{
color: #D80FA6;
}
</style>
background-color css
<style>
a { background-color: #D80FA6; }
a { background-color: rgb(216,15,166); }
div.DivClassName
{
background-color: #D80FA6;
}
.BgClassName
{
background-color: #D80FA6;
}
</style>
border-color css
<style>
span { border-color: #D80FA6; }
span { border-color: rgb(216,15,166); }
td.TdClassName
{
border-color: #D80FA6;
}
.TagClassName
{
border-color: #D80FA6;
}
</style>