Shades of Hollywood Cerise #D8049D
Tints of Hollywood Cerise #D8049D
RGB
CMYK
RGB Variations
Color information
#D8049D (or 0xD8049D) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 9D. RGB value is (216,4,157). Sum of RGB (Red+Green+Blue) = 216+4+157=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8049D is #27FB62. Grayscale: #545454. Windows color (decimal): -2620259 or 10290392. OLE color: 10290392.
HSL color Cylindrical-coordinate representation of color #D8049D: hue angle of 316.7º 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 #D8049D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.15 |
| HSL | 316.7º | 0.96% | 0.43% | - |
| HSV(B) | 316.7º | 0.98% | 0.85% | - |
| XYZ | 34.45 | 17.12 | 33.39 | - |
| YUV | 84.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 157 | 0 | 0.98 | 0.27 | 0.15 | 316.7 | 0.96 | 0.43 |
| Hex | D8 | 4 | 9D | 0 | 62 | 1B | F | 13D | 60 | 2B |
| Octal | 330 | 4 | 235 | 0 | 142 | 33 | 17 | 475 | 140 | 53 |
| Binary | 11011000 | 100 | 10011101 | 0 | 1100010 | 11011 | 1111 | 100111101 | 1100000 | 101011 |
Color Harmonies of #D8049D
Complementary color
Monochromatic Colors of #D8049D
Black with #D8049D
Text Example
Text Example
White with #D8049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8049D; }
p { color: rgb(216,4,157); }
H1.HeaderClassName
{
color: #D8049D;
}
.AnyTagClassName
{
color: #D8049D;
}
</style>
background-color css
<style>
a { background-color: #D8049D; }
a { background-color: rgb(216,4,157); }
div.DivClassName
{
background-color: #D8049D;
}
.BgClassName
{
background-color: #D8049D;
}
</style>
border-color css
<style>
span { border-color: #D8049D; }
span { border-color: rgb(216,4,157); }
td.TdClassName
{
border-color: #D8049D;
}
.TagClassName
{
border-color: #D8049D;
}
</style>