Shades of Hollywood Cerise #DB0FAB
Tints of Hollywood Cerise #DB0FAB
RGB
CMYK
RGB Variations
Color information
#DB0FAB (or 0xDB0FAB) is known color: Hollywood Cerise. HEX triplet: DB, 0F and AB. RGB value is (219,15,171). Sum of RGB (Red+Green+Blue) = 219+15+171=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FAB is #24F054. Grayscale: #5D5D5D. Windows color (decimal): -2420821 or 11210715. OLE color: 11210715.
HSL color Cylindrical-coordinate representation of color #DB0FAB: hue angle of 314.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FAB is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 171 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.14 |
| HSL | 314.12º | 0.87% | 0.46% | - |
| HSV(B) | 314.12º | 0.93% | 0.86% | - |
| XYZ | 36.73 | 18.34 | 40.13 | - |
| YUV | 93.78 | 171.59 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 171 | 0 | 0.93 | 0.22 | 0.14 | 314.12 | 0.87 | 0.46 |
| Hex | DB | F | AB | 0 | 5D | 16 | E | 13A | 57 | 2E |
| Octal | 333 | 17 | 253 | 0 | 135 | 26 | 16 | 472 | 127 | 56 |
| Binary | 11011011 | 1111 | 10101011 | 0 | 1011101 | 10110 | 1110 | 100111010 | 1010111 | 101110 |
Color Harmonies of #DB0FAB
Complementary color
Monochromatic Colors of #DB0FAB
Black with #DB0FAB
Text Example
Text Example
White with #DB0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FAB; }
p { color: rgb(219,15,171); }
H1.HeaderClassName
{
color: #DB0FAB;
}
.AnyTagClassName
{
color: #DB0FAB;
}
</style>
background-color css
<style>
a { background-color: #DB0FAB; }
a { background-color: rgb(219,15,171); }
div.DivClassName
{
background-color: #DB0FAB;
}
.BgClassName
{
background-color: #DB0FAB;
}
</style>
border-color css
<style>
span { border-color: #DB0FAB; }
span { border-color: rgb(219,15,171); }
td.TdClassName
{
border-color: #DB0FAB;
}
.TagClassName
{
border-color: #DB0FAB;
}
</style>