Shades of Hollywood Cerise #DB0099
Tints of Hollywood Cerise #DB0099
RGB
CMYK
RGB Variations
Color information
#DB0099 (or 0xDB0099) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 99. RGB value is (219,0,153). Sum of RGB (Red+Green+Blue) = 219+0+153=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0099 is #24FF66. Grayscale: #525252. Windows color (decimal): -2424679 or 10027227. OLE color: 10027227.
HSL color Cylindrical-coordinate representation of color #DB0099: hue angle of 318.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0099 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.30 | 0.14 |
| HSL | 318.08º | 1% | 0.43% | - |
| HSV(B) | 318.08º | 1% | 0.86% | - |
| XYZ | 34.96 | 17.36 | 31.65 | - |
| YUV | 82.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 153 | 0 | 1 | 0.30 | 0.14 | 318.08 | 1 | 0.43 |
| Hex | DB | 0 | 99 | 0 | 64 | 1E | E | 13E | 64 | 2B |
| Octal | 333 | 0 | 231 | 0 | 144 | 36 | 16 | 476 | 144 | 53 |
| Binary | 11011011 | 0 | 10011001 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DB0099
Complementary color
Monochromatic Colors of #DB0099
Black with #DB0099
Text Example
Text Example
White with #DB0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0099; }
p { color: rgb(219,0,153); }
H1.HeaderClassName
{
color: #DB0099;
}
.AnyTagClassName
{
color: #DB0099;
}
</style>
background-color css
<style>
a { background-color: #DB0099; }
a { background-color: rgb(219,0,153); }
div.DivClassName
{
background-color: #DB0099;
}
.BgClassName
{
background-color: #DB0099;
}
</style>
border-color css
<style>
span { border-color: #DB0099; }
span { border-color: rgb(219,0,153); }
td.TdClassName
{
border-color: #DB0099;
}
.TagClassName
{
border-color: #DB0099;
}
</style>