Shades of Hollywood Cerise #DB12A3
Tints of Hollywood Cerise #DB12A3
RGB
CMYK
RGB Variations
Color information
#DB12A3 (or 0xDB12A3) is known color: Hollywood Cerise. HEX triplet: DB, 12 and A3. RGB value is (219,18,163). Sum of RGB (Red+Green+Blue) = 219+18+163=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12A3 is #24ED5C. Grayscale: #5E5E5E. Windows color (decimal): -2420061 or 10687195. OLE color: 10687195.
HSL color Cylindrical-coordinate representation of color #DB12A3: hue angle of 316.72º 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 #DB12A3 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 163 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.14 |
| HSL | 316.72º | 0.85% | 0.46% | - |
| HSV(B) | 316.72º | 0.92% | 0.86% | - |
| XYZ | 36.04 | 18.14 | 36.25 | - |
| YUV | 94.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 163 | 0 | 0.92 | 0.26 | 0.14 | 316.72 | 0.85 | 0.46 |
| Hex | DB | 12 | A3 | 0 | 5C | 1A | E | 13D | 55 | 2E |
| Octal | 333 | 22 | 243 | 0 | 134 | 32 | 16 | 475 | 125 | 56 |
| Binary | 11011011 | 10010 | 10100011 | 0 | 1011100 | 11010 | 1110 | 100111101 | 1010101 | 101110 |
Color Harmonies of #DB12A3
Complementary color
Monochromatic Colors of #DB12A3
Black with #DB12A3
Text Example
Text Example
White with #DB12A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12A3; }
p { color: rgb(219,18,163); }
H1.HeaderClassName
{
color: #DB12A3;
}
.AnyTagClassName
{
color: #DB12A3;
}
</style>
background-color css
<style>
a { background-color: #DB12A3; }
a { background-color: rgb(219,18,163); }
div.DivClassName
{
background-color: #DB12A3;
}
.BgClassName
{
background-color: #DB12A3;
}
</style>
border-color css
<style>
span { border-color: #DB12A3; }
span { border-color: rgb(219,18,163); }
td.TdClassName
{
border-color: #DB12A3;
}
.TagClassName
{
border-color: #DB12A3;
}
</style>