Shades of Hollywood Cerise #DB05A3
Tints of Hollywood Cerise #DB05A3
RGB
CMYK
RGB Variations
Color information
#DB05A3 (or 0xDB05A3) is known color: Hollywood Cerise. HEX triplet: DB, 05 and A3. RGB value is (219,5,163). Sum of RGB (Red+Green+Blue) = 219+5+163=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05A3 is #24FA5C. Grayscale: #565656. Windows color (decimal): -2423389 or 10683867. OLE color: 10683867.
HSL color Cylindrical-coordinate representation of color #DB05A3: hue angle of 315.7º 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 #DB05A3 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 163 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.14 |
| HSL | 315.7º | 0.96% | 0.44% | - |
| HSV(B) | 315.7º | 0.98% | 0.86% | - |
| XYZ | 35.88 | 17.81 | 36.2 | - |
| YUV | 87 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 163 | 0 | 0.98 | 0.26 | 0.14 | 315.7 | 0.96 | 0.44 |
| Hex | DB | 5 | A3 | 0 | 62 | 1A | E | 13C | 60 | 2C |
| Octal | 333 | 5 | 243 | 0 | 142 | 32 | 16 | 474 | 140 | 54 |
| Binary | 11011011 | 101 | 10100011 | 0 | 1100010 | 11010 | 1110 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DB05A3
Complementary color
Monochromatic Colors of #DB05A3
Black with #DB05A3
Text Example
Text Example
White with #DB05A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05A3; }
p { color: rgb(219,5,163); }
H1.HeaderClassName
{
color: #DB05A3;
}
.AnyTagClassName
{
color: #DB05A3;
}
</style>
background-color css
<style>
a { background-color: #DB05A3; }
a { background-color: rgb(219,5,163); }
div.DivClassName
{
background-color: #DB05A3;
}
.BgClassName
{
background-color: #DB05A3;
}
</style>
border-color css
<style>
span { border-color: #DB05A3; }
span { border-color: rgb(219,5,163); }
td.TdClassName
{
border-color: #DB05A3;
}
.TagClassName
{
border-color: #DB05A3;
}
</style>