Shades of Hollywood Cerise #D8049A
Tints of Hollywood Cerise #D8049A
RGB
CMYK
RGB Variations
Color information
#D8049A (or 0xD8049A) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 9A. RGB value is (216,4,154). Sum of RGB (Red+Green+Blue) = 216+4+154=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8049A is #27FB65. Grayscale: #545454. Windows color (decimal): -2620262 or 10093784. OLE color: 10093784.
HSL color Cylindrical-coordinate representation of color #D8049A: hue angle of 317.55º 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 #D8049A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.15 |
| HSL | 317.55º | 0.96% | 0.43% | - |
| HSV(B) | 317.55º | 0.98% | 0.85% | - |
| XYZ | 34.2 | 17.02 | 32.05 | - |
| YUV | 84.49 | 167.24 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 154 | 0 | 0.98 | 0.29 | 0.15 | 317.55 | 0.96 | 0.43 |
| Hex | D8 | 4 | 9A | 0 | 62 | 1D | F | 13E | 60 | 2B |
| Octal | 330 | 4 | 232 | 0 | 142 | 35 | 17 | 476 | 140 | 53 |
| Binary | 11011000 | 100 | 10011010 | 0 | 1100010 | 11101 | 1111 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D8049A
Complementary color
Monochromatic Colors of #D8049A
Black with #D8049A
Text Example
Text Example
White with #D8049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8049A; }
p { color: rgb(216,4,154); }
H1.HeaderClassName
{
color: #D8049A;
}
.AnyTagClassName
{
color: #D8049A;
}
</style>
background-color css
<style>
a { background-color: #D8049A; }
a { background-color: rgb(216,4,154); }
div.DivClassName
{
background-color: #D8049A;
}
.BgClassName
{
background-color: #D8049A;
}
</style>
border-color css
<style>
span { border-color: #D8049A; }
span { border-color: rgb(216,4,154); }
td.TdClassName
{
border-color: #D8049A;
}
.TagClassName
{
border-color: #D8049A;
}
</style>