Shades of Hollywood Cerise #DB029D
Tints of Hollywood Cerise #DB029D
RGB
CMYK
RGB Variations
Color information
#DB029D (or 0xDB029D) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 9D. RGB value is (219,2,157). Sum of RGB (Red+Green+Blue) = 219+2+157=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB029D is #24FD62. Grayscale: #545454. Windows color (decimal): -2424163 or 10289883. OLE color: 10289883.
HSL color Cylindrical-coordinate representation of color #DB029D: hue angle of 317.14º 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 #DB029D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.14 |
| HSL | 317.14º | 0.98% | 0.43% | - |
| HSV(B) | 317.14º | 0.99% | 0.86% | - |
| XYZ | 35.32 | 17.54 | 33.42 | - |
| YUV | 84.55 | 168.89 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 157 | 0 | 0.99 | 0.28 | 0.14 | 317.14 | 0.98 | 0.43 |
| Hex | DB | 2 | 9D | 0 | 63 | 1C | E | 13D | 62 | 2B |
| Octal | 333 | 2 | 235 | 0 | 143 | 34 | 16 | 475 | 142 | 53 |
| Binary | 11011011 | 10 | 10011101 | 0 | 1100011 | 11100 | 1110 | 100111101 | 1100010 | 101011 |
Color Harmonies of #DB029D
Complementary color
Monochromatic Colors of #DB029D
Black with #DB029D
Text Example
Text Example
White with #DB029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB029D; }
p { color: rgb(219,2,157); }
H1.HeaderClassName
{
color: #DB029D;
}
.AnyTagClassName
{
color: #DB029D;
}
</style>
background-color css
<style>
a { background-color: #DB029D; }
a { background-color: rgb(219,2,157); }
div.DivClassName
{
background-color: #DB029D;
}
.BgClassName
{
background-color: #DB029D;
}
</style>
border-color css
<style>
span { border-color: #DB029D; }
span { border-color: rgb(219,2,157); }
td.TdClassName
{
border-color: #DB029D;
}
.TagClassName
{
border-color: #DB029D;
}
</style>