Shades of Hollywood Cerise #D80AAF
Tints of Hollywood Cerise #D80AAF
RGB
CMYK
RGB Variations
Color information
#D80AAF (or 0xD80AAF) is known color: Hollywood Cerise. HEX triplet: D8, 0A and AF. RGB value is (216,10,175). Sum of RGB (Red+Green+Blue) = 216+10+175=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AAF is #27F550. Grayscale: #595959. Windows color (decimal): -2618705 or 11471576. OLE color: 11471576.
HSL color Cylindrical-coordinate representation of color #D80AAF: hue angle of 311.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AAF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.15 |
| HSL | 311.94º | 0.91% | 0.44% | - |
| HSV(B) | 311.94º | 0.95% | 0.85% | - |
| XYZ | 36.17 | 17.91 | 42.11 | - |
| YUV | 90.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 175 | 0 | 0.95 | 0.19 | 0.15 | 311.94 | 0.91 | 0.44 |
| Hex | D8 | A | AF | 0 | 5F | 13 | F | 138 | 5B | 2C |
| Octal | 330 | 12 | 257 | 0 | 137 | 23 | 17 | 470 | 133 | 54 |
| Binary | 11011000 | 1010 | 10101111 | 0 | 1011111 | 10011 | 1111 | 100111000 | 1011011 | 101100 |
Color Harmonies of #D80AAF
Complementary color
Monochromatic Colors of #D80AAF
Black with #D80AAF
Text Example
Text Example
White with #D80AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AAF; }
p { color: rgb(216,10,175); }
H1.HeaderClassName
{
color: #D80AAF;
}
.AnyTagClassName
{
color: #D80AAF;
}
</style>
background-color css
<style>
a { background-color: #D80AAF; }
a { background-color: rgb(216,10,175); }
div.DivClassName
{
background-color: #D80AAF;
}
.BgClassName
{
background-color: #D80AAF;
}
</style>
border-color css
<style>
span { border-color: #D80AAF; }
span { border-color: rgb(216,10,175); }
td.TdClassName
{
border-color: #D80AAF;
}
.TagClassName
{
border-color: #D80AAF;
}
</style>