Shades of Hollywood Cerise #DB039A
Tints of Hollywood Cerise #DB039A
RGB
CMYK
RGB Variations
Color information
#DB039A (or 0xDB039A) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 9A. RGB value is (219,3,154). Sum of RGB (Red+Green+Blue) = 219+3+154=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB039A is #24FC65. Grayscale: #545454. Windows color (decimal): -2423910 or 10093531. OLE color: 10093531.
HSL color Cylindrical-coordinate representation of color #DB039A: hue angle of 318.06º 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 #DB039A is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 154 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.14 |
| HSL | 318.06º | 0.97% | 0.44% | - |
| HSV(B) | 318.06º | 0.99% | 0.86% | - |
| XYZ | 35.08 | 17.46 | 32.09 | - |
| YUV | 84.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 154 | 0 | 0.99 | 0.30 | 0.14 | 318.06 | 0.97 | 0.44 |
| Hex | DB | 3 | 9A | 0 | 63 | 1E | E | 13E | 61 | 2C |
| Octal | 333 | 3 | 232 | 0 | 143 | 36 | 16 | 476 | 141 | 54 |
| Binary | 11011011 | 11 | 10011010 | 0 | 1100011 | 11110 | 1110 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DB039A
Complementary color
Monochromatic Colors of #DB039A
Black with #DB039A
Text Example
Text Example
White with #DB039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB039A; }
p { color: rgb(219,3,154); }
H1.HeaderClassName
{
color: #DB039A;
}
.AnyTagClassName
{
color: #DB039A;
}
</style>
background-color css
<style>
a { background-color: #DB039A; }
a { background-color: rgb(219,3,154); }
div.DivClassName
{
background-color: #DB039A;
}
.BgClassName
{
background-color: #DB039A;
}
</style>
border-color css
<style>
span { border-color: #DB039A; }
span { border-color: rgb(219,3,154); }
td.TdClassName
{
border-color: #DB039A;
}
.TagClassName
{
border-color: #DB039A;
}
</style>