Shades of Hollywood Cerise #DB029B
Tints of Hollywood Cerise #DB029B
RGB
CMYK
RGB Variations
Color information
#DB029B (or 0xDB029B) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 9B. RGB value is (219,2,155). Sum of RGB (Red+Green+Blue) = 219+2+155=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB029B is #24FD64. Grayscale: #535353. Windows color (decimal): -2424165 or 10158811. OLE color: 10158811.
HSL color Cylindrical-coordinate representation of color #DB029B: hue angle of 317.7º 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 #DB029B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.14 |
| HSL | 317.7º | 0.98% | 0.43% | - |
| HSV(B) | 317.7º | 0.99% | 0.86% | - |
| XYZ | 35.15 | 17.47 | 32.53 | - |
| YUV | 84.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 155 | 0 | 0.99 | 0.29 | 0.14 | 317.7 | 0.98 | 0.43 |
| Hex | DB | 2 | 9B | 0 | 63 | 1D | E | 13E | 62 | 2B |
| Octal | 333 | 2 | 233 | 0 | 143 | 35 | 16 | 476 | 142 | 53 |
| Binary | 11011011 | 10 | 10011011 | 0 | 1100011 | 11101 | 1110 | 100111110 | 1100010 | 101011 |
Color Harmonies of #DB029B
Complementary color
Monochromatic Colors of #DB029B
Black with #DB029B
Text Example
Text Example
White with #DB029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB029B; }
p { color: rgb(219,2,155); }
H1.HeaderClassName
{
color: #DB029B;
}
.AnyTagClassName
{
color: #DB029B;
}
</style>
background-color css
<style>
a { background-color: #DB029B; }
a { background-color: rgb(219,2,155); }
div.DivClassName
{
background-color: #DB029B;
}
.BgClassName
{
background-color: #DB029B;
}
</style>
border-color css
<style>
span { border-color: #DB029B; }
span { border-color: rgb(219,2,155); }
td.TdClassName
{
border-color: #DB029B;
}
.TagClassName
{
border-color: #DB029B;
}
</style>