Shades of Hollywood Cerise #DB0096
Tints of Hollywood Cerise #DB0096
RGB
CMYK
RGB Variations
Color information
#DB0096 (or 0xDB0096) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 96. RGB value is (219,0,150). Sum of RGB (Red+Green+Blue) = 219+0+150=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0096 is #24FF69. Grayscale: #525252. Windows color (decimal): -2424682 or 9830619. OLE color: 9830619.
HSL color Cylindrical-coordinate representation of color #DB0096: hue angle of 318.9º 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 #DB0096 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.32 | 0.14 |
| HSL | 318.9º | 1% | 0.43% | - |
| HSV(B) | 318.9º | 1% | 0.86% | - |
| XYZ | 34.72 | 17.26 | 30.36 | - |
| YUV | 82.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 150 | 0 | 1 | 0.32 | 0.14 | 318.9 | 1 | 0.43 |
| Hex | DB | 0 | 96 | 0 | 64 | 20 | E | 13F | 64 | 2B |
| Octal | 333 | 0 | 226 | 0 | 144 | 40 | 16 | 477 | 144 | 53 |
| Binary | 11011011 | 0 | 10010110 | 0 | 1100100 | 100000 | 1110 | 100111111 | 1100100 | 101011 |
Color Harmonies of #DB0096
Complementary color
Monochromatic Colors of #DB0096
Black with #DB0096
Text Example
Text Example
White with #DB0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0096; }
p { color: rgb(219,0,150); }
H1.HeaderClassName
{
color: #DB0096;
}
.AnyTagClassName
{
color: #DB0096;
}
</style>
background-color css
<style>
a { background-color: #DB0096; }
a { background-color: rgb(219,0,150); }
div.DivClassName
{
background-color: #DB0096;
}
.BgClassName
{
background-color: #DB0096;
}
</style>
border-color css
<style>
span { border-color: #DB0096; }
span { border-color: rgb(219,0,150); }
td.TdClassName
{
border-color: #DB0096;
}
.TagClassName
{
border-color: #DB0096;
}
</style>