Shades of Hollywood Cerise #DB0196
Tints of Hollywood Cerise #DB0196
RGB
CMYK
RGB Variations
Color information
#DB0196 (or 0xDB0196) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 96. RGB value is (219,1,150). Sum of RGB (Red+Green+Blue) = 219+1+150=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0196 is #24FE69. Grayscale: #525252. Windows color (decimal): -2424426 or 9830875. OLE color: 9830875.
HSL color Cylindrical-coordinate representation of color #DB0196: hue angle of 318.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0196 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.14 |
| HSL | 318.99º | 0.99% | 0.43% | - |
| HSV(B) | 318.99º | 1% | 0.86% | - |
| XYZ | 34.73 | 17.28 | 30.36 | - |
| YUV | 83.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 150 | 0 | 1.00 | 0.32 | 0.14 | 318.99 | 0.99 | 0.43 |
| Hex | DB | 1 | 96 | 0 | 64 | 20 | E | 13F | 63 | 2B |
| Octal | 333 | 1 | 226 | 0 | 144 | 40 | 16 | 477 | 143 | 53 |
| Binary | 11011011 | 1 | 10010110 | 0 | 1100100 | 100000 | 1110 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DB0196
Complementary color
Monochromatic Colors of #DB0196
Black with #DB0196
Text Example
Text Example
White with #DB0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0196; }
p { color: rgb(219,1,150); }
H1.HeaderClassName
{
color: #DB0196;
}
.AnyTagClassName
{
color: #DB0196;
}
</style>
background-color css
<style>
a { background-color: #DB0196; }
a { background-color: rgb(219,1,150); }
div.DivClassName
{
background-color: #DB0196;
}
.BgClassName
{
background-color: #DB0196;
}
</style>
border-color css
<style>
span { border-color: #DB0196; }
span { border-color: rgb(219,1,150); }
td.TdClassName
{
border-color: #DB0196;
}
.TagClassName
{
border-color: #DB0196;
}
</style>