Shades of Hollywood Cerise #D8049C
Tints of Hollywood Cerise #D8049C
RGB
CMYK
RGB Variations
Color information
#D8049C (or 0xD8049C) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 9C. RGB value is (216,4,156). Sum of RGB (Red+Green+Blue) = 216+4+156=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8049C is #27FB63. Grayscale: #545454. Windows color (decimal): -2620260 or 10224856. OLE color: 10224856.
HSL color Cylindrical-coordinate representation of color #D8049C: hue angle of 316.98º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8049C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.15 |
| HSL | 316.98º | 0.96% | 0.43% | - |
| HSV(B) | 316.98º | 0.98% | 0.85% | - |
| XYZ | 34.36 | 17.09 | 32.94 | - |
| YUV | 84.72 | 168.24 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 156 | 0 | 0.98 | 0.28 | 0.15 | 316.98 | 0.96 | 0.43 |
| Hex | D8 | 4 | 9C | 0 | 62 | 1C | F | 13D | 60 | 2B |
| Octal | 330 | 4 | 234 | 0 | 142 | 34 | 17 | 475 | 140 | 53 |
| Binary | 11011000 | 100 | 10011100 | 0 | 1100010 | 11100 | 1111 | 100111101 | 1100000 | 101011 |
Color Harmonies of #D8049C
Complementary color
Monochromatic Colors of #D8049C
Black with #D8049C
Text Example
Text Example
White with #D8049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8049C; }
p { color: rgb(216,4,156); }
H1.HeaderClassName
{
color: #D8049C;
}
.AnyTagClassName
{
color: #D8049C;
}
</style>
background-color css
<style>
a { background-color: #D8049C; }
a { background-color: rgb(216,4,156); }
div.DivClassName
{
background-color: #D8049C;
}
.BgClassName
{
background-color: #D8049C;
}
</style>
border-color css
<style>
span { border-color: #D8049C; }
span { border-color: rgb(216,4,156); }
td.TdClassName
{
border-color: #D8049C;
}
.TagClassName
{
border-color: #D8049C;
}
</style>