Shades of Hollywood Cerise #D8079A
Tints of Hollywood Cerise #D8079A
RGB
CMYK
RGB Variations
Color information
#D8079A (or 0xD8079A) is known color: Hollywood Cerise. HEX triplet: D8, 07 and 9A. RGB value is (216,7,154). Sum of RGB (Red+Green+Blue) = 216+7+154=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8079A is #27F865. Grayscale: #555555. Windows color (decimal): -2619494 or 10094552. OLE color: 10094552.
HSL color Cylindrical-coordinate representation of color #D8079A: hue angle of 317.8º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8079A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.15 |
| HSL | 317.8º | 0.94% | 0.44% | - |
| HSV(B) | 317.8º | 0.97% | 0.85% | - |
| XYZ | 34.23 | 17.08 | 32.07 | - |
| YUV | 86.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 154 | 0 | 0.97 | 0.29 | 0.15 | 317.8 | 0.94 | 0.44 |
| Hex | D8 | 7 | 9A | 0 | 61 | 1D | F | 13E | 5E | 2C |
| Octal | 330 | 7 | 232 | 0 | 141 | 35 | 17 | 476 | 136 | 54 |
| Binary | 11011000 | 111 | 10011010 | 0 | 1100001 | 11101 | 1111 | 100111110 | 1011110 | 101100 |
Color Harmonies of #D8079A
Complementary color
Monochromatic Colors of #D8079A
Black with #D8079A
Text Example
Text Example
White with #D8079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8079A; }
p { color: rgb(216,7,154); }
H1.HeaderClassName
{
color: #D8079A;
}
.AnyTagClassName
{
color: #D8079A;
}
</style>
background-color css
<style>
a { background-color: #D8079A; }
a { background-color: rgb(216,7,154); }
div.DivClassName
{
background-color: #D8079A;
}
.BgClassName
{
background-color: #D8079A;
}
</style>
border-color css
<style>
span { border-color: #D8079A; }
span { border-color: rgb(216,7,154); }
td.TdClassName
{
border-color: #D8079A;
}
.TagClassName
{
border-color: #D8079A;
}
</style>