Shades of Hollywood Cerise #DB02A1
Tints of Hollywood Cerise #DB02A1
RGB
CMYK
RGB Variations
Color information
#DB02A1 (or 0xDB02A1) is known color: Hollywood Cerise. HEX triplet: DB, 02 and A1. RGB value is (219,2,161). Sum of RGB (Red+Green+Blue) = 219+2+161=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02A1 is #24FD5E. Grayscale: #545454. Windows color (decimal): -2424159 or 10552027. OLE color: 10552027.
HSL color Cylindrical-coordinate representation of color #DB02A1: hue angle of 316.04º 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 #DB02A1 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.14 |
| HSL | 316.04º | 0.98% | 0.43% | - |
| HSV(B) | 316.04º | 0.99% | 0.86% | - |
| XYZ | 35.67 | 17.68 | 35.25 | - |
| YUV | 85.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 161 | 0 | 0.99 | 0.26 | 0.14 | 316.04 | 0.98 | 0.43 |
| Hex | DB | 2 | A1 | 0 | 63 | 1A | E | 13C | 62 | 2B |
| Octal | 333 | 2 | 241 | 0 | 143 | 32 | 16 | 474 | 142 | 53 |
| Binary | 11011011 | 10 | 10100001 | 0 | 1100011 | 11010 | 1110 | 100111100 | 1100010 | 101011 |
Color Harmonies of #DB02A1
Complementary color
Monochromatic Colors of #DB02A1
Black with #DB02A1
Text Example
Text Example
White with #DB02A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02A1; }
p { color: rgb(219,2,161); }
H1.HeaderClassName
{
color: #DB02A1;
}
.AnyTagClassName
{
color: #DB02A1;
}
</style>
background-color css
<style>
a { background-color: #DB02A1; }
a { background-color: rgb(219,2,161); }
div.DivClassName
{
background-color: #DB02A1;
}
.BgClassName
{
background-color: #DB02A1;
}
</style>
border-color css
<style>
span { border-color: #DB02A1; }
span { border-color: rgb(219,2,161); }
td.TdClassName
{
border-color: #DB02A1;
}
.TagClassName
{
border-color: #DB02A1;
}
</style>