Shades of Hollywood Cerise #DB039B
Tints of Hollywood Cerise #DB039B
RGB
CMYK
RGB Variations
Color information
#DB039B (or 0xDB039B) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 9B. RGB value is (219,3,155). Sum of RGB (Red+Green+Blue) = 219+3+155=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB039B is #24FC64. Grayscale: #545454. Windows color (decimal): -2423909 or 10159067. OLE color: 10159067.
HSL color Cylindrical-coordinate representation of color #DB039B: hue angle of 317.78º 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 #DB039B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.14 |
| HSL | 317.78º | 0.97% | 0.44% | - |
| HSV(B) | 317.78º | 0.99% | 0.86% | - |
| XYZ | 35.16 | 17.49 | 32.53 | - |
| YUV | 84.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 155 | 0 | 0.99 | 0.29 | 0.14 | 317.78 | 0.97 | 0.44 |
| Hex | DB | 3 | 9B | 0 | 63 | 1D | E | 13E | 61 | 2C |
| Octal | 333 | 3 | 233 | 0 | 143 | 35 | 16 | 476 | 141 | 54 |
| Binary | 11011011 | 11 | 10011011 | 0 | 1100011 | 11101 | 1110 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DB039B
Complementary color
Monochromatic Colors of #DB039B
Black with #DB039B
Text Example
Text Example
White with #DB039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB039B; }
p { color: rgb(219,3,155); }
H1.HeaderClassName
{
color: #DB039B;
}
.AnyTagClassName
{
color: #DB039B;
}
</style>
background-color css
<style>
a { background-color: #DB039B; }
a { background-color: rgb(219,3,155); }
div.DivClassName
{
background-color: #DB039B;
}
.BgClassName
{
background-color: #DB039B;
}
</style>
border-color css
<style>
span { border-color: #DB039B; }
span { border-color: rgb(219,3,155); }
td.TdClassName
{
border-color: #DB039B;
}
.TagClassName
{
border-color: #DB039B;
}
</style>