Shades of Hollywood Cerise #DB13AC
Tints of Hollywood Cerise #DB13AC
RGB
CMYK
RGB Variations
Color information
#DB13AC (or 0xDB13AC) is known color: Hollywood Cerise. HEX triplet: DB, 13 and AC. RGB value is (219,19,172). Sum of RGB (Red+Green+Blue) = 219+19+172=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13AC is #24EC53. Grayscale: #5F5F5F. Windows color (decimal): -2419796 or 11277275. OLE color: 11277275.
HSL color Cylindrical-coordinate representation of color #DB13AC: hue angle of 314.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13AC is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 172 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.14 |
| HSL | 314.1º | 0.84% | 0.47% | - |
| HSV(B) | 314.1º | 0.91% | 0.86% | - |
| XYZ | 36.89 | 18.5 | 40.66 | - |
| YUV | 96.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 172 | 0 | 0.91 | 0.21 | 0.14 | 314.1 | 0.84 | 0.47 |
| Hex | DB | 13 | AC | 0 | 5B | 15 | E | 13A | 54 | 2F |
| Octal | 333 | 23 | 254 | 0 | 133 | 25 | 16 | 472 | 124 | 57 |
| Binary | 11011011 | 10011 | 10101100 | 0 | 1011011 | 10101 | 1110 | 100111010 | 1010100 | 101111 |
Color Harmonies of #DB13AC
Complementary color
Monochromatic Colors of #DB13AC
Black with #DB13AC
Text Example
Text Example
White with #DB13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13AC; }
p { color: rgb(219,19,172); }
H1.HeaderClassName
{
color: #DB13AC;
}
.AnyTagClassName
{
color: #DB13AC;
}
</style>
background-color css
<style>
a { background-color: #DB13AC; }
a { background-color: rgb(219,19,172); }
div.DivClassName
{
background-color: #DB13AC;
}
.BgClassName
{
background-color: #DB13AC;
}
</style>
border-color css
<style>
span { border-color: #DB13AC; }
span { border-color: rgb(219,19,172); }
td.TdClassName
{
border-color: #DB13AC;
}
.TagClassName
{
border-color: #DB13AC;
}
</style>