Shades of Hollywood Cerise #DB17A0
Tints of Hollywood Cerise #DB17A0
RGB
CMYK
RGB Variations
Color information
#DB17A0 (or 0xDB17A0) is known color: Hollywood Cerise. HEX triplet: DB, 17 and A0. RGB value is (219,23,160). Sum of RGB (Red+Green+Blue) = 219+23+160=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17A0 is #24E85F. Grayscale: #606060. Windows color (decimal): -2418784 or 10491867. OLE color: 10491867.
HSL color Cylindrical-coordinate representation of color #DB17A0: hue angle of 318.06º 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 #DB17A0 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 160 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.14 |
| HSL | 318.06º | 0.81% | 0.47% | - |
| HSV(B) | 318.06º | 0.89% | 0.86% | - |
| XYZ | 35.86 | 18.21 | 34.88 | - |
| YUV | 97.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 160 | 0 | 0.89 | 0.27 | 0.14 | 318.06 | 0.81 | 0.47 |
| Hex | DB | 17 | A0 | 0 | 59 | 1B | E | 13E | 51 | 2F |
| Octal | 333 | 27 | 240 | 0 | 131 | 33 | 16 | 476 | 121 | 57 |
| Binary | 11011011 | 10111 | 10100000 | 0 | 1011001 | 11011 | 1110 | 100111110 | 1010001 | 101111 |
Color Harmonies of #DB17A0
Complementary color
Monochromatic Colors of #DB17A0
Black with #DB17A0
Text Example
Text Example
White with #DB17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17A0; }
p { color: rgb(219,23,160); }
H1.HeaderClassName
{
color: #DB17A0;
}
.AnyTagClassName
{
color: #DB17A0;
}
</style>
background-color css
<style>
a { background-color: #DB17A0; }
a { background-color: rgb(219,23,160); }
div.DivClassName
{
background-color: #DB17A0;
}
.BgClassName
{
background-color: #DB17A0;
}
</style>
border-color css
<style>
span { border-color: #DB17A0; }
span { border-color: rgb(219,23,160); }
td.TdClassName
{
border-color: #DB17A0;
}
.TagClassName
{
border-color: #DB17A0;
}
</style>