Shades of Hollywood Cerise #D80CA4
Tints of Hollywood Cerise #D80CA4
RGB
CMYK
RGB Variations
Color information
#D80CA4 (or 0xD80CA4) is known color: Hollywood Cerise. HEX triplet: D8, 0C and A4. RGB value is (216,12,164). Sum of RGB (Red+Green+Blue) = 216+12+164=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80CA4 is #27F35B. Grayscale: #595959. Windows color (decimal): -2618204 or 10751192. OLE color: 10751192.
HSL color Cylindrical-coordinate representation of color #D80CA4: hue angle of 315.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CA4 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 164 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.15 |
| HSL | 315.29º | 0.89% | 0.45% | - |
| HSV(B) | 315.29º | 0.94% | 0.85% | - |
| XYZ | 35.15 | 17.54 | 36.66 | - |
| YUV | 90.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 164 | 0 | 0.94 | 0.24 | 0.15 | 315.29 | 0.89 | 0.45 |
| Hex | D8 | C | A4 | 0 | 5E | 18 | F | 13B | 59 | 2D |
| Octal | 330 | 14 | 244 | 0 | 136 | 30 | 17 | 473 | 131 | 55 |
| Binary | 11011000 | 1100 | 10100100 | 0 | 1011110 | 11000 | 1111 | 100111011 | 1011001 | 101101 |
Color Harmonies of #D80CA4
Complementary color
Monochromatic Colors of #D80CA4
Black with #D80CA4
Text Example
Text Example
White with #D80CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CA4; }
p { color: rgb(216,12,164); }
H1.HeaderClassName
{
color: #D80CA4;
}
.AnyTagClassName
{
color: #D80CA4;
}
</style>
background-color css
<style>
a { background-color: #D80CA4; }
a { background-color: rgb(216,12,164); }
div.DivClassName
{
background-color: #D80CA4;
}
.BgClassName
{
background-color: #D80CA4;
}
</style>
border-color css
<style>
span { border-color: #D80CA4; }
span { border-color: rgb(216,12,164); }
td.TdClassName
{
border-color: #D80CA4;
}
.TagClassName
{
border-color: #D80CA4;
}
</style>