Shades of Hollywood Cerise #DB029A
Tints of Hollywood Cerise #DB029A
RGB
CMYK
RGB Variations
Color information
#DB029A (or 0xDB029A) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 9A. RGB value is (219,2,154). Sum of RGB (Red+Green+Blue) = 219+2+154=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB029A is #24FD65. Grayscale: #535353. Windows color (decimal): -2424166 or 10093275. OLE color: 10093275.
HSL color Cylindrical-coordinate representation of color #DB029A: hue angle of 317.97º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB029A is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.14 |
| HSL | 317.97º | 0.98% | 0.43% | - |
| HSV(B) | 317.97º | 0.99% | 0.86% | - |
| XYZ | 35.07 | 17.44 | 32.09 | - |
| YUV | 84.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 154 | 0 | 0.99 | 0.30 | 0.14 | 317.97 | 0.98 | 0.43 |
| Hex | DB | 2 | 9A | 0 | 63 | 1E | E | 13E | 62 | 2B |
| Octal | 333 | 2 | 232 | 0 | 143 | 36 | 16 | 476 | 142 | 53 |
| Binary | 11011011 | 10 | 10011010 | 0 | 1100011 | 11110 | 1110 | 100111110 | 1100010 | 101011 |
Color Harmonies of #DB029A
Complementary color
Monochromatic Colors of #DB029A
Black with #DB029A
Text Example
Text Example
White with #DB029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB029A; }
p { color: rgb(219,2,154); }
H1.HeaderClassName
{
color: #DB029A;
}
.AnyTagClassName
{
color: #DB029A;
}
</style>
background-color css
<style>
a { background-color: #DB029A; }
a { background-color: rgb(219,2,154); }
div.DivClassName
{
background-color: #DB029A;
}
.BgClassName
{
background-color: #DB029A;
}
</style>
border-color css
<style>
span { border-color: #DB029A; }
span { border-color: rgb(219,2,154); }
td.TdClassName
{
border-color: #DB029A;
}
.TagClassName
{
border-color: #DB029A;
}
</style>