Shades of Hollywood Cerise #DB05A5
Tints of Hollywood Cerise #DB05A5
RGB
CMYK
RGB Variations
Color information
#DB05A5 (or 0xDB05A5) is known color: Hollywood Cerise. HEX triplet: DB, 05 and A5. RGB value is (219,5,165). Sum of RGB (Red+Green+Blue) = 219+5+165=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05A5 is #24FA5A. Grayscale: #565656. Windows color (decimal): -2423387 or 10814939. OLE color: 10814939.
HSL color Cylindrical-coordinate representation of color #DB05A5: hue angle of 315.14º 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 #DB05A5 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 165 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.14 |
| HSL | 315.14º | 0.96% | 0.44% | - |
| HSV(B) | 315.14º | 0.98% | 0.86% | - |
| XYZ | 36.06 | 17.89 | 37.15 | - |
| YUV | 87.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 165 | 0 | 0.98 | 0.25 | 0.14 | 315.14 | 0.96 | 0.44 |
| Hex | DB | 5 | A5 | 0 | 62 | 19 | E | 13B | 60 | 2C |
| Octal | 333 | 5 | 245 | 0 | 142 | 31 | 16 | 473 | 140 | 54 |
| Binary | 11011011 | 101 | 10100101 | 0 | 1100010 | 11001 | 1110 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DB05A5
Complementary color
Monochromatic Colors of #DB05A5
Black with #DB05A5
Text Example
Text Example
White with #DB05A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05A5; }
p { color: rgb(219,5,165); }
H1.HeaderClassName
{
color: #DB05A5;
}
.AnyTagClassName
{
color: #DB05A5;
}
</style>
background-color css
<style>
a { background-color: #DB05A5; }
a { background-color: rgb(219,5,165); }
div.DivClassName
{
background-color: #DB05A5;
}
.BgClassName
{
background-color: #DB05A5;
}
</style>
border-color css
<style>
span { border-color: #DB05A5; }
span { border-color: rgb(219,5,165); }
td.TdClassName
{
border-color: #DB05A5;
}
.TagClassName
{
border-color: #DB05A5;
}
</style>