Shades of Hollywood Cerise #DB0E9F
Tints of Hollywood Cerise #DB0E9F
RGB
CMYK
RGB Variations
Color information
#DB0E9F (or 0xDB0E9F) is known color: Hollywood Cerise. HEX triplet: DB, 0E and 9F. RGB value is (219,14,159). Sum of RGB (Red+Green+Blue) = 219+14+159=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0E9F is #24F160. Grayscale: #5B5B5B. Windows color (decimal): -2421089 or 10424027. OLE color: 10424027.
HSL color Cylindrical-coordinate representation of color #DB0E9F: hue angle of 317.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E9F is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 159 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.14 |
| HSL | 317.56º | 0.88% | 0.46% | - |
| HSV(B) | 317.56º | 0.94% | 0.86% | - |
| XYZ | 35.63 | 17.88 | 34.37 | - |
| YUV | 91.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 159 | 0 | 0.94 | 0.27 | 0.14 | 317.56 | 0.88 | 0.46 |
| Hex | DB | E | 9F | 0 | 5E | 1B | E | 13E | 58 | 2E |
| Octal | 333 | 16 | 237 | 0 | 136 | 33 | 16 | 476 | 130 | 56 |
| Binary | 11011011 | 1110 | 10011111 | 0 | 1011110 | 11011 | 1110 | 100111110 | 1011000 | 101110 |
Color Harmonies of #DB0E9F
Complementary color
Monochromatic Colors of #DB0E9F
Black with #DB0E9F
Text Example
Text Example
White with #DB0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E9F; }
p { color: rgb(219,14,159); }
H1.HeaderClassName
{
color: #DB0E9F;
}
.AnyTagClassName
{
color: #DB0E9F;
}
</style>
background-color css
<style>
a { background-color: #DB0E9F; }
a { background-color: rgb(219,14,159); }
div.DivClassName
{
background-color: #DB0E9F;
}
.BgClassName
{
background-color: #DB0E9F;
}
</style>
border-color css
<style>
span { border-color: #DB0E9F; }
span { border-color: rgb(219,14,159); }
td.TdClassName
{
border-color: #DB0E9F;
}
.TagClassName
{
border-color: #DB0E9F;
}
</style>