Shades of Hollywood Cerise #DB02A0
Tints of Hollywood Cerise #DB02A0
RGB
CMYK
RGB Variations
Color information
#DB02A0 (or 0xDB02A0) is known color: Hollywood Cerise. HEX triplet: DB, 02 and A0. RGB value is (219,2,160). Sum of RGB (Red+Green+Blue) = 219+2+160=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02A0 is #24FD5F. Grayscale: #545454. Windows color (decimal): -2424160 or 10486491. OLE color: 10486491.
HSL color Cylindrical-coordinate representation of color #DB02A0: hue angle of 316.31º 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 #DB02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.14 |
| HSL | 316.31º | 0.98% | 0.43% | - |
| HSV(B) | 316.31º | 0.99% | 0.86% | - |
| XYZ | 35.58 | 17.64 | 34.79 | - |
| YUV | 84.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 160 | 0 | 0.99 | 0.27 | 0.14 | 316.31 | 0.98 | 0.43 |
| Hex | DB | 2 | A0 | 0 | 63 | 1B | E | 13C | 62 | 2B |
| Octal | 333 | 2 | 240 | 0 | 143 | 33 | 16 | 474 | 142 | 53 |
| Binary | 11011011 | 10 | 10100000 | 0 | 1100011 | 11011 | 1110 | 100111100 | 1100010 | 101011 |
Color Harmonies of #DB02A0
Complementary color
Monochromatic Colors of #DB02A0
Black with #DB02A0
Text Example
Text Example
White with #DB02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02A0; }
p { color: rgb(219,2,160); }
H1.HeaderClassName
{
color: #DB02A0;
}
.AnyTagClassName
{
color: #DB02A0;
}
</style>
background-color css
<style>
a { background-color: #DB02A0; }
a { background-color: rgb(219,2,160); }
div.DivClassName
{
background-color: #DB02A0;
}
.BgClassName
{
background-color: #DB02A0;
}
</style>
border-color css
<style>
span { border-color: #DB02A0; }
span { border-color: rgb(219,2,160); }
td.TdClassName
{
border-color: #DB02A0;
}
.TagClassName
{
border-color: #DB02A0;
}
</style>