Shades of Hollywood Cerise #D8049B
Tints of Hollywood Cerise #D8049B
RGB
CMYK
RGB Variations
Color information
#D8049B (or 0xD8049B) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 9B. RGB value is (216,4,155). Sum of RGB (Red+Green+Blue) = 216+4+155=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8049B is #27FB64. Grayscale: #545454. Windows color (decimal): -2620261 or 10159320. OLE color: 10159320.
HSL color Cylindrical-coordinate representation of color #D8049B: hue angle of 317.26º 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 #D8049B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.15 |
| HSL | 317.26º | 0.96% | 0.43% | - |
| HSV(B) | 317.26º | 0.98% | 0.85% | - |
| XYZ | 34.28 | 17.05 | 32.5 | - |
| YUV | 84.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 155 | 0 | 0.98 | 0.28 | 0.15 | 317.26 | 0.96 | 0.43 |
| Hex | D8 | 4 | 9B | 0 | 62 | 1C | F | 13D | 60 | 2B |
| Octal | 330 | 4 | 233 | 0 | 142 | 34 | 17 | 475 | 140 | 53 |
| Binary | 11011000 | 100 | 10011011 | 0 | 1100010 | 11100 | 1111 | 100111101 | 1100000 | 101011 |
Color Harmonies of #D8049B
Complementary color
Monochromatic Colors of #D8049B
Black with #D8049B
Text Example
Text Example
White with #D8049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8049B; }
p { color: rgb(216,4,155); }
H1.HeaderClassName
{
color: #D8049B;
}
.AnyTagClassName
{
color: #D8049B;
}
</style>
background-color css
<style>
a { background-color: #D8049B; }
a { background-color: rgb(216,4,155); }
div.DivClassName
{
background-color: #D8049B;
}
.BgClassName
{
background-color: #D8049B;
}
</style>
border-color css
<style>
span { border-color: #D8049B; }
span { border-color: rgb(216,4,155); }
td.TdClassName
{
border-color: #D8049B;
}
.TagClassName
{
border-color: #D8049B;
}
</style>