Shades of Hollywood Cerise #DB08AB
Tints of Hollywood Cerise #DB08AB
RGB
CMYK
RGB Variations
Color information
#DB08AB (or 0xDB08AB) is known color: Hollywood Cerise. HEX triplet: DB, 08 and AB. RGB value is (219,8,171). Sum of RGB (Red+Green+Blue) = 219+8+171=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08AB is #24F754. Grayscale: #595959. Windows color (decimal): -2422613 or 11208923. OLE color: 11208923.
HSL color Cylindrical-coordinate representation of color #DB08AB: hue angle of 313.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08AB is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.14 |
| HSL | 313.65º | 0.93% | 0.45% | - |
| HSV(B) | 313.65º | 0.96% | 0.86% | - |
| XYZ | 36.65 | 18.17 | 40.1 | - |
| YUV | 89.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 171 | 0 | 0.96 | 0.22 | 0.14 | 313.65 | 0.93 | 0.45 |
| Hex | DB | 8 | AB | 0 | 60 | 16 | E | 13A | 5D | 2D |
| Octal | 333 | 10 | 253 | 0 | 140 | 26 | 16 | 472 | 135 | 55 |
| Binary | 11011011 | 1000 | 10101011 | 0 | 1100000 | 10110 | 1110 | 100111010 | 1011101 | 101101 |
Color Harmonies of #DB08AB
Complementary color
Monochromatic Colors of #DB08AB
Black with #DB08AB
Text Example
Text Example
White with #DB08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08AB; }
p { color: rgb(219,8,171); }
H1.HeaderClassName
{
color: #DB08AB;
}
.AnyTagClassName
{
color: #DB08AB;
}
</style>
background-color css
<style>
a { background-color: #DB08AB; }
a { background-color: rgb(219,8,171); }
div.DivClassName
{
background-color: #DB08AB;
}
.BgClassName
{
background-color: #DB08AB;
}
</style>
border-color css
<style>
span { border-color: #DB08AB; }
span { border-color: rgb(219,8,171); }
td.TdClassName
{
border-color: #DB08AB;
}
.TagClassName
{
border-color: #DB08AB;
}
</style>