Shades of Hollywood Cerise #DB17AC
Tints of Hollywood Cerise #DB17AC
RGB
CMYK
RGB Variations
Color information
#DB17AC (or 0xDB17AC) is known color: Hollywood Cerise. HEX triplet: DB, 17 and AC. RGB value is (219,23,172). Sum of RGB (Red+Green+Blue) = 219+23+172=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17AC is #24E853. Grayscale: #626262. Windows color (decimal): -2418772 or 11278299. OLE color: 11278299.
HSL color Cylindrical-coordinate representation of color #DB17AC: hue angle of 314.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB17AC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 172 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.14 |
| HSL | 314.39º | 0.81% | 0.47% | - |
| HSV(B) | 314.39º | 0.89% | 0.86% | - |
| XYZ | 36.97 | 18.65 | 40.68 | - |
| YUV | 98.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 172 | 0 | 0.89 | 0.21 | 0.14 | 314.39 | 0.81 | 0.47 |
| Hex | DB | 17 | AC | 0 | 59 | 15 | E | 13A | 51 | 2F |
| Octal | 333 | 27 | 254 | 0 | 131 | 25 | 16 | 472 | 121 | 57 |
| Binary | 11011011 | 10111 | 10101100 | 0 | 1011001 | 10101 | 1110 | 100111010 | 1010001 | 101111 |
Color Harmonies of #DB17AC
Complementary color
Monochromatic Colors of #DB17AC
Black with #DB17AC
Text Example
Text Example
White with #DB17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17AC; }
p { color: rgb(219,23,172); }
H1.HeaderClassName
{
color: #DB17AC;
}
.AnyTagClassName
{
color: #DB17AC;
}
</style>
background-color css
<style>
a { background-color: #DB17AC; }
a { background-color: rgb(219,23,172); }
div.DivClassName
{
background-color: #DB17AC;
}
.BgClassName
{
background-color: #DB17AC;
}
</style>
border-color css
<style>
span { border-color: #DB17AC; }
span { border-color: rgb(219,23,172); }
td.TdClassName
{
border-color: #DB17AC;
}
.TagClassName
{
border-color: #DB17AC;
}
</style>