Shades of Hollywood Cerise #DB0896
Tints of Hollywood Cerise #DB0896
RGB
CMYK
RGB Variations
Color information
#DB0896 (or 0xDB0896) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 96. RGB value is (219,8,150). Sum of RGB (Red+Green+Blue) = 219+8+150=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0896 is #24F769. Grayscale: #565656. Windows color (decimal): -2422634 or 9832667. OLE color: 9832667.
HSL color Cylindrical-coordinate representation of color #DB0896: hue angle of 319.62º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0896 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.14 |
| HSL | 319.62º | 0.93% | 0.45% | - |
| HSV(B) | 319.62º | 0.96% | 0.86% | - |
| XYZ | 34.81 | 17.44 | 30.39 | - |
| YUV | 87.28 | 163.4 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 150 | 0 | 0.96 | 0.32 | 0.14 | 319.62 | 0.93 | 0.45 |
| Hex | DB | 8 | 96 | 0 | 60 | 20 | E | 140 | 5D | 2D |
| Octal | 333 | 10 | 226 | 0 | 140 | 40 | 16 | 500 | 135 | 55 |
| Binary | 11011011 | 1000 | 10010110 | 0 | 1100000 | 100000 | 1110 | 101000000 | 1011101 | 101101 |
Color Harmonies of #DB0896
Complementary color
Monochromatic Colors of #DB0896
Black with #DB0896
Text Example
Text Example
White with #DB0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0896; }
p { color: rgb(219,8,150); }
H1.HeaderClassName
{
color: #DB0896;
}
.AnyTagClassName
{
color: #DB0896;
}
</style>
background-color css
<style>
a { background-color: #DB0896; }
a { background-color: rgb(219,8,150); }
div.DivClassName
{
background-color: #DB0896;
}
.BgClassName
{
background-color: #DB0896;
}
</style>
border-color css
<style>
span { border-color: #DB0896; }
span { border-color: rgb(219,8,150); }
td.TdClassName
{
border-color: #DB0896;
}
.TagClassName
{
border-color: #DB0896;
}
</style>