Shades of Hollywood Cerise #DB049E
Tints of Hollywood Cerise #DB049E
RGB
CMYK
RGB Variations
Color information
#DB049E (or 0xDB049E) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 9E. RGB value is (219,4,158). Sum of RGB (Red+Green+Blue) = 219+4+158=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB049E is #24FB61. Grayscale: #555555. Windows color (decimal): -2423650 or 10355931. OLE color: 10355931.
HSL color Cylindrical-coordinate representation of color #DB049E: hue angle of 317.02º 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 #DB049E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.14 |
| HSL | 317.02º | 0.96% | 0.44% | - |
| HSV(B) | 317.02º | 0.98% | 0.86% | - |
| XYZ | 35.43 | 17.62 | 33.88 | - |
| YUV | 85.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 158 | 0 | 0.98 | 0.28 | 0.14 | 317.02 | 0.96 | 0.44 |
| Hex | DB | 4 | 9E | 0 | 62 | 1C | E | 13D | 60 | 2C |
| Octal | 333 | 4 | 236 | 0 | 142 | 34 | 16 | 475 | 140 | 54 |
| Binary | 11011011 | 100 | 10011110 | 0 | 1100010 | 11100 | 1110 | 100111101 | 1100000 | 101100 |
Color Harmonies of #DB049E
Complementary color
Monochromatic Colors of #DB049E
Black with #DB049E
Text Example
Text Example
White with #DB049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB049E; }
p { color: rgb(219,4,158); }
H1.HeaderClassName
{
color: #DB049E;
}
.AnyTagClassName
{
color: #DB049E;
}
</style>
background-color css
<style>
a { background-color: #DB049E; }
a { background-color: rgb(219,4,158); }
div.DivClassName
{
background-color: #DB049E;
}
.BgClassName
{
background-color: #DB049E;
}
</style>
border-color css
<style>
span { border-color: #DB049E; }
span { border-color: rgb(219,4,158); }
td.TdClassName
{
border-color: #DB049E;
}
.TagClassName
{
border-color: #DB049E;
}
</style>