Shades of Hollywood Cerise #DB049B
Tints of Hollywood Cerise #DB049B
RGB
CMYK
RGB Variations
Color information
#DB049B (or 0xDB049B) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 9B. RGB value is (219,4,155). Sum of RGB (Red+Green+Blue) = 219+4+155=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB049B is #24FB64. Grayscale: #555555. Windows color (decimal): -2423653 or 10159323. OLE color: 10159323.
HSL color Cylindrical-coordinate representation of color #DB049B: hue angle of 317.86º 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 #DB049B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.14 |
| HSL | 317.86º | 0.96% | 0.44% | - |
| HSV(B) | 317.86º | 0.98% | 0.86% | - |
| XYZ | 35.17 | 17.51 | 32.54 | - |
| YUV | 85.5 | 167.23 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 155 | 0 | 0.98 | 0.29 | 0.14 | 317.86 | 0.96 | 0.44 |
| Hex | DB | 4 | 9B | 0 | 62 | 1D | E | 13E | 60 | 2C |
| Octal | 333 | 4 | 233 | 0 | 142 | 35 | 16 | 476 | 140 | 54 |
| Binary | 11011011 | 100 | 10011011 | 0 | 1100010 | 11101 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DB049B
Complementary color
Monochromatic Colors of #DB049B
Black with #DB049B
Text Example
Text Example
White with #DB049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB049B; }
p { color: rgb(219,4,155); }
H1.HeaderClassName
{
color: #DB049B;
}
.AnyTagClassName
{
color: #DB049B;
}
</style>
background-color css
<style>
a { background-color: #DB049B; }
a { background-color: rgb(219,4,155); }
div.DivClassName
{
background-color: #DB049B;
}
.BgClassName
{
background-color: #DB049B;
}
</style>
border-color css
<style>
span { border-color: #DB049B; }
span { border-color: rgb(219,4,155); }
td.TdClassName
{
border-color: #DB049B;
}
.TagClassName
{
border-color: #DB049B;
}
</style>