Shades of Hollywood Cerise #D80FAD
Tints of Hollywood Cerise #D80FAD
RGB
CMYK
RGB Variations
Color information
#D80FAD (or 0xD80FAD) is known color: Hollywood Cerise. HEX triplet: D8, 0F and AD. RGB value is (216,15,173). Sum of RGB (Red+Green+Blue) = 216+15+173=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FAD is #27F052. Grayscale: #5C5C5C. Windows color (decimal): -2617427 or 11341784. OLE color: 11341784.
HSL color Cylindrical-coordinate representation of color #D80FAD: hue angle of 312.84º 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 #D80FAD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 173 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.15 |
| HSL | 312.84º | 0.87% | 0.45% | - |
| HSV(B) | 312.84º | 0.93% | 0.85% | - |
| XYZ | 36.03 | 17.96 | 41.1 | - |
| YUV | 93.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 173 | 0 | 0.93 | 0.20 | 0.15 | 312.84 | 0.87 | 0.45 |
| Hex | D8 | F | AD | 0 | 5D | 14 | F | 139 | 57 | 2D |
| Octal | 330 | 17 | 255 | 0 | 135 | 24 | 17 | 471 | 127 | 55 |
| Binary | 11011000 | 1111 | 10101101 | 0 | 1011101 | 10100 | 1111 | 100111001 | 1010111 | 101101 |
Color Harmonies of #D80FAD
Complementary color
Monochromatic Colors of #D80FAD
Black with #D80FAD
Text Example
Text Example
White with #D80FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FAD; }
p { color: rgb(216,15,173); }
H1.HeaderClassName
{
color: #D80FAD;
}
.AnyTagClassName
{
color: #D80FAD;
}
</style>
background-color css
<style>
a { background-color: #D80FAD; }
a { background-color: rgb(216,15,173); }
div.DivClassName
{
background-color: #D80FAD;
}
.BgClassName
{
background-color: #D80FAD;
}
</style>
border-color css
<style>
span { border-color: #D80FAD; }
span { border-color: rgb(216,15,173); }
td.TdClassName
{
border-color: #D80FAD;
}
.TagClassName
{
border-color: #D80FAD;
}
</style>