Shades of Hollywood Cerise #DB05A2
Tints of Hollywood Cerise #DB05A2
RGB
CMYK
RGB Variations
Color information
#DB05A2 (or 0xDB05A2) is known color: Hollywood Cerise. HEX triplet: DB, 05 and A2. RGB value is (219,5,162). Sum of RGB (Red+Green+Blue) = 219+5+162=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05A2 is #24FA5D. Grayscale: #565656. Windows color (decimal): -2423390 or 10618331. OLE color: 10618331.
HSL color Cylindrical-coordinate representation of color #DB05A2: hue angle of 315.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.14 |
| HSL | 315.98º | 0.96% | 0.44% | - |
| HSV(B) | 315.98º | 0.98% | 0.86% | - |
| XYZ | 35.79 | 17.78 | 35.73 | - |
| YUV | 86.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 162 | 0 | 0.98 | 0.26 | 0.14 | 315.98 | 0.96 | 0.44 |
| Hex | DB | 5 | A2 | 0 | 62 | 1A | E | 13C | 60 | 2C |
| Octal | 333 | 5 | 242 | 0 | 142 | 32 | 16 | 474 | 140 | 54 |
| Binary | 11011011 | 101 | 10100010 | 0 | 1100010 | 11010 | 1110 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DB05A2
Complementary color
Monochromatic Colors of #DB05A2
Black with #DB05A2
Text Example
Text Example
White with #DB05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05A2; }
p { color: rgb(219,5,162); }
H1.HeaderClassName
{
color: #DB05A2;
}
.AnyTagClassName
{
color: #DB05A2;
}
</style>
background-color css
<style>
a { background-color: #DB05A2; }
a { background-color: rgb(219,5,162); }
div.DivClassName
{
background-color: #DB05A2;
}
.BgClassName
{
background-color: #DB05A2;
}
</style>
border-color css
<style>
span { border-color: #DB05A2; }
span { border-color: rgb(219,5,162); }
td.TdClassName
{
border-color: #DB05A2;
}
.TagClassName
{
border-color: #DB05A2;
}
</style>