Shades of Hollywood Cerise #DB009F
Tints of Hollywood Cerise #DB009F
RGB
CMYK
RGB Variations
Color information
#DB009F (or 0xDB009F) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9F. RGB value is (219,0,159). Sum of RGB (Red+Green+Blue) = 219+0+159=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009F is #24FF60. Grayscale: #535353. Windows color (decimal): -2424673 or 10420443. OLE color: 10420443.
HSL color Cylindrical-coordinate representation of color #DB009F: hue angle of 316.44º 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 #DB009F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.27 | 0.14 |
| HSL | 316.44º | 1% | 0.43% | - |
| HSV(B) | 316.44º | 1% | 0.86% | - |
| XYZ | 35.47 | 17.56 | 34.32 | - |
| YUV | 83.61 | 170.55 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 159 | 0 | 1 | 0.27 | 0.14 | 316.44 | 1 | 0.43 |
| Hex | DB | 0 | 9F | 0 | 64 | 1B | E | 13C | 64 | 2B |
| Octal | 333 | 0 | 237 | 0 | 144 | 33 | 16 | 474 | 144 | 53 |
| Binary | 11011011 | 0 | 10011111 | 0 | 1100100 | 11011 | 1110 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DB009F
Complementary color
Monochromatic Colors of #DB009F
Black with #DB009F
Text Example
Text Example
White with #DB009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009F; }
p { color: rgb(219,0,159); }
H1.HeaderClassName
{
color: #DB009F;
}
.AnyTagClassName
{
color: #DB009F;
}
</style>
background-color css
<style>
a { background-color: #DB009F; }
a { background-color: rgb(219,0,159); }
div.DivClassName
{
background-color: #DB009F;
}
.BgClassName
{
background-color: #DB009F;
}
</style>
border-color css
<style>
span { border-color: #DB009F; }
span { border-color: rgb(219,0,159); }
td.TdClassName
{
border-color: #DB009F;
}
.TagClassName
{
border-color: #DB009F;
}
</style>