Shades of Hollywood Cerise #DB12AC
Tints of Hollywood Cerise #DB12AC
RGB
CMYK
RGB Variations
Color information
#DB12AC (or 0xDB12AC) is known color: Hollywood Cerise. HEX triplet: DB, 12 and AC. RGB value is (219,18,172). Sum of RGB (Red+Green+Blue) = 219+18+172=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12AC is #24ED53. Grayscale: #5F5F5F. Windows color (decimal): -2420052 or 11277019. OLE color: 11277019.
HSL color Cylindrical-coordinate representation of color #DB12AC: hue angle of 314.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12AC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 172 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.14 |
| HSL | 314.03º | 0.85% | 0.46% | - |
| HSV(B) | 314.03º | 0.92% | 0.86% | - |
| XYZ | 36.88 | 18.47 | 40.65 | - |
| YUV | 95.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 172 | 0 | 0.92 | 0.21 | 0.14 | 314.03 | 0.85 | 0.46 |
| Hex | DB | 12 | AC | 0 | 5C | 15 | E | 13A | 55 | 2E |
| Octal | 333 | 22 | 254 | 0 | 134 | 25 | 16 | 472 | 125 | 56 |
| Binary | 11011011 | 10010 | 10101100 | 0 | 1011100 | 10101 | 1110 | 100111010 | 1010101 | 101110 |
Color Harmonies of #DB12AC
Complementary color
Monochromatic Colors of #DB12AC
Black with #DB12AC
Text Example
Text Example
White with #DB12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12AC; }
p { color: rgb(219,18,172); }
H1.HeaderClassName
{
color: #DB12AC;
}
.AnyTagClassName
{
color: #DB12AC;
}
</style>
background-color css
<style>
a { background-color: #DB12AC; }
a { background-color: rgb(219,18,172); }
div.DivClassName
{
background-color: #DB12AC;
}
.BgClassName
{
background-color: #DB12AC;
}
</style>
border-color css
<style>
span { border-color: #DB12AC; }
span { border-color: rgb(219,18,172); }
td.TdClassName
{
border-color: #DB12AC;
}
.TagClassName
{
border-color: #DB12AC;
}
</style>