Shades of Hollywood Cerise #DB059B
Tints of Hollywood Cerise #DB059B
RGB
CMYK
RGB Variations
Color information
#DB059B (or 0xDB059B) is known color: Hollywood Cerise. HEX triplet: DB, 05 and 9B. RGB value is (219,5,155). Sum of RGB (Red+Green+Blue) = 219+5+155=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB059B is #24FA64. Grayscale: #555555. Windows color (decimal): -2423397 or 10159579. OLE color: 10159579.
HSL color Cylindrical-coordinate representation of color #DB059B: hue angle of 317.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB059B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.14 |
| HSL | 317.94º | 0.96% | 0.44% | - |
| HSV(B) | 317.94º | 0.98% | 0.86% | - |
| XYZ | 35.18 | 17.54 | 32.54 | - |
| YUV | 86.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 155 | 0 | 0.98 | 0.29 | 0.14 | 317.94 | 0.96 | 0.44 |
| Hex | DB | 5 | 9B | 0 | 62 | 1D | E | 13E | 60 | 2C |
| Octal | 333 | 5 | 233 | 0 | 142 | 35 | 16 | 476 | 140 | 54 |
| Binary | 11011011 | 101 | 10011011 | 0 | 1100010 | 11101 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DB059B
Complementary color
Monochromatic Colors of #DB059B
Black with #DB059B
Text Example
Text Example
White with #DB059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB059B; }
p { color: rgb(219,5,155); }
H1.HeaderClassName
{
color: #DB059B;
}
.AnyTagClassName
{
color: #DB059B;
}
</style>
background-color css
<style>
a { background-color: #DB059B; }
a { background-color: rgb(219,5,155); }
div.DivClassName
{
background-color: #DB059B;
}
.BgClassName
{
background-color: #DB059B;
}
</style>
border-color css
<style>
span { border-color: #DB059B; }
span { border-color: rgb(219,5,155); }
td.TdClassName
{
border-color: #DB059B;
}
.TagClassName
{
border-color: #DB059B;
}
</style>