Shades of Hollywood Cerise #DB049A
Tints of Hollywood Cerise #DB049A
RGB
CMYK
RGB Variations
Color information
#DB049A (or 0xDB049A) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 9A. RGB value is (219,4,154). Sum of RGB (Red+Green+Blue) = 219+4+154=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB049A is #24FB65. Grayscale: #555555. Windows color (decimal): -2423654 or 10093787. OLE color: 10093787.
HSL color Cylindrical-coordinate representation of color #DB049A: hue angle of 318.14º 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 #DB049A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.14 |
| HSL | 318.14º | 0.96% | 0.44% | - |
| HSV(B) | 318.14º | 0.98% | 0.86% | - |
| XYZ | 35.09 | 17.48 | 32.1 | - |
| YUV | 85.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 154 | 0 | 0.98 | 0.30 | 0.14 | 318.14 | 0.96 | 0.44 |
| Hex | DB | 4 | 9A | 0 | 62 | 1E | E | 13E | 60 | 2C |
| Octal | 333 | 4 | 232 | 0 | 142 | 36 | 16 | 476 | 140 | 54 |
| Binary | 11011011 | 100 | 10011010 | 0 | 1100010 | 11110 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DB049A
Complementary color
Monochromatic Colors of #DB049A
Black with #DB049A
Text Example
Text Example
White with #DB049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB049A; }
p { color: rgb(219,4,154); }
H1.HeaderClassName
{
color: #DB049A;
}
.AnyTagClassName
{
color: #DB049A;
}
</style>
background-color css
<style>
a { background-color: #DB049A; }
a { background-color: rgb(219,4,154); }
div.DivClassName
{
background-color: #DB049A;
}
.BgClassName
{
background-color: #DB049A;
}
</style>
border-color css
<style>
span { border-color: #DB049A; }
span { border-color: rgb(219,4,154); }
td.TdClassName
{
border-color: #DB049A;
}
.TagClassName
{
border-color: #DB049A;
}
</style>