Shades of Hollywood Cerise #DB0499
Tints of Hollywood Cerise #DB0499
RGB
CMYK
RGB Variations
Color information
#DB0499 (or 0xDB0499) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 99. RGB value is (219,4,153). Sum of RGB (Red+Green+Blue) = 219+4+153=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0499 is #24FB66. Grayscale: #545454. Windows color (decimal): -2423655 or 10028251. OLE color: 10028251.
HSL color Cylindrical-coordinate representation of color #DB0499: hue angle of 318.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0499 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.14 |
| HSL | 318.42º | 0.96% | 0.44% | - |
| HSV(B) | 318.42º | 0.98% | 0.86% | - |
| XYZ | 35.01 | 17.45 | 31.66 | - |
| YUV | 85.27 | 166.23 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 153 | 0 | 0.98 | 0.30 | 0.14 | 318.42 | 0.96 | 0.44 |
| Hex | DB | 4 | 99 | 0 | 62 | 1E | E | 13E | 60 | 2C |
| Octal | 333 | 4 | 231 | 0 | 142 | 36 | 16 | 476 | 140 | 54 |
| Binary | 11011011 | 100 | 10011001 | 0 | 1100010 | 11110 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DB0499
Complementary color
Monochromatic Colors of #DB0499
Black with #DB0499
Text Example
Text Example
White with #DB0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0499; }
p { color: rgb(219,4,153); }
H1.HeaderClassName
{
color: #DB0499;
}
.AnyTagClassName
{
color: #DB0499;
}
</style>
background-color css
<style>
a { background-color: #DB0499; }
a { background-color: rgb(219,4,153); }
div.DivClassName
{
background-color: #DB0499;
}
.BgClassName
{
background-color: #DB0499;
}
</style>
border-color css
<style>
span { border-color: #DB0499; }
span { border-color: rgb(219,4,153); }
td.TdClassName
{
border-color: #DB0499;
}
.TagClassName
{
border-color: #DB0499;
}
</style>