Shades of Hollywood Cerise #DB0CAF
Tints of Hollywood Cerise #DB0CAF
RGB
CMYK
RGB Variations
Color information
#DB0CAF (or 0xDB0CAF) is known color: Hollywood Cerise. HEX triplet: DB, 0C and AF. RGB value is (219,12,175). Sum of RGB (Red+Green+Blue) = 219+12+175=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0CAF is #24F350. Grayscale: #5C5C5C. Windows color (decimal): -2421585 or 11472091. OLE color: 11472091.
HSL color Cylindrical-coordinate representation of color #DB0CAF: hue angle of 312.75º 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 #DB0CAF is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.14 |
| HSL | 312.75º | 0.9% | 0.45% | - |
| HSV(B) | 312.75º | 0.95% | 0.86% | - |
| XYZ | 37.08 | 18.42 | 42.16 | - |
| YUV | 92.48 | 174.58 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 175 | 0 | 0.95 | 0.20 | 0.14 | 312.75 | 0.9 | 0.45 |
| Hex | DB | C | AF | 0 | 5F | 14 | E | 139 | 5A | 2D |
| Octal | 333 | 14 | 257 | 0 | 137 | 24 | 16 | 471 | 132 | 55 |
| Binary | 11011011 | 1100 | 10101111 | 0 | 1011111 | 10100 | 1110 | 100111001 | 1011010 | 101101 |
Color Harmonies of #DB0CAF
Complementary color
Monochromatic Colors of #DB0CAF
Black with #DB0CAF
Text Example
Text Example
White with #DB0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CAF; }
p { color: rgb(219,12,175); }
H1.HeaderClassName
{
color: #DB0CAF;
}
.AnyTagClassName
{
color: #DB0CAF;
}
</style>
background-color css
<style>
a { background-color: #DB0CAF; }
a { background-color: rgb(219,12,175); }
div.DivClassName
{
background-color: #DB0CAF;
}
.BgClassName
{
background-color: #DB0CAF;
}
</style>
border-color css
<style>
span { border-color: #DB0CAF; }
span { border-color: rgb(219,12,175); }
td.TdClassName
{
border-color: #DB0CAF;
}
.TagClassName
{
border-color: #DB0CAF;
}
</style>