Shades of Hollywood Cerise #DB039F
Tints of Hollywood Cerise #DB039F
RGB
CMYK
RGB Variations
Color information
#DB039F (or 0xDB039F) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 9F. RGB value is (219,3,159). Sum of RGB (Red+Green+Blue) = 219+3+159=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB039F is #24FC60. Grayscale: #545454. Windows color (decimal): -2423905 or 10421211. OLE color: 10421211.
HSL color Cylindrical-coordinate representation of color #DB039F: hue angle of 316.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB039F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 159 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.14 |
| HSL | 316.67º | 0.97% | 0.44% | - |
| HSV(B) | 316.67º | 0.99% | 0.86% | - |
| XYZ | 35.5 | 17.63 | 34.33 | - |
| YUV | 85.37 | 169.56 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 159 | 0 | 0.99 | 0.27 | 0.14 | 316.67 | 0.97 | 0.44 |
| Hex | DB | 3 | 9F | 0 | 63 | 1B | E | 13D | 61 | 2C |
| Octal | 333 | 3 | 237 | 0 | 143 | 33 | 16 | 475 | 141 | 54 |
| Binary | 11011011 | 11 | 10011111 | 0 | 1100011 | 11011 | 1110 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DB039F
Complementary color
Monochromatic Colors of #DB039F
Black with #DB039F
Text Example
Text Example
White with #DB039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB039F; }
p { color: rgb(219,3,159); }
H1.HeaderClassName
{
color: #DB039F;
}
.AnyTagClassName
{
color: #DB039F;
}
</style>
background-color css
<style>
a { background-color: #DB039F; }
a { background-color: rgb(219,3,159); }
div.DivClassName
{
background-color: #DB039F;
}
.BgClassName
{
background-color: #DB039F;
}
</style>
border-color css
<style>
span { border-color: #DB039F; }
span { border-color: rgb(219,3,159); }
td.TdClassName
{
border-color: #DB039F;
}
.TagClassName
{
border-color: #DB039F;
}
</style>