Shades of Hollywood Cerise #DB0CAB
Tints of Hollywood Cerise #DB0CAB
RGB
CMYK
RGB Variations
Color information
#DB0CAB (or 0xDB0CAB) is known color: Hollywood Cerise. HEX triplet: DB, 0C and AB. RGB value is (219,12,171). Sum of RGB (Red+Green+Blue) = 219+12+171=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0CAB is #24F354. Grayscale: #5B5B5B. Windows color (decimal): -2421589 or 11209947. OLE color: 11209947.
HSL color Cylindrical-coordinate representation of color #DB0CAB: hue angle of 313.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CAB is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.14 |
| HSL | 313.91º | 0.9% | 0.45% | - |
| HSV(B) | 313.91º | 0.95% | 0.86% | - |
| XYZ | 36.7 | 18.26 | 40.12 | - |
| YUV | 92.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 171 | 0 | 0.95 | 0.22 | 0.14 | 313.91 | 0.9 | 0.45 |
| Hex | DB | C | AB | 0 | 5F | 16 | E | 13A | 5A | 2D |
| Octal | 333 | 14 | 253 | 0 | 137 | 26 | 16 | 472 | 132 | 55 |
| Binary | 11011011 | 1100 | 10101011 | 0 | 1011111 | 10110 | 1110 | 100111010 | 1011010 | 101101 |
Color Harmonies of #DB0CAB
Complementary color
Monochromatic Colors of #DB0CAB
Black with #DB0CAB
Text Example
Text Example
White with #DB0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CAB; }
p { color: rgb(219,12,171); }
H1.HeaderClassName
{
color: #DB0CAB;
}
.AnyTagClassName
{
color: #DB0CAB;
}
</style>
background-color css
<style>
a { background-color: #DB0CAB; }
a { background-color: rgb(219,12,171); }
div.DivClassName
{
background-color: #DB0CAB;
}
.BgClassName
{
background-color: #DB0CAB;
}
</style>
border-color css
<style>
span { border-color: #DB0CAB; }
span { border-color: rgb(219,12,171); }
td.TdClassName
{
border-color: #DB0CAB;
}
.TagClassName
{
border-color: #DB0CAB;
}
</style>