Shades of Hollywood Cerise #DB17A1
Tints of Hollywood Cerise #DB17A1
RGB
CMYK
RGB Variations
Color information
#DB17A1 (or 0xDB17A1) is known color: Hollywood Cerise. HEX triplet: DB, 17 and A1. RGB value is (219,23,161). Sum of RGB (Red+Green+Blue) = 219+23+161=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17A1 is #24E85E. Grayscale: #606060. Windows color (decimal): -2418783 or 10557403. OLE color: 10557403.
HSL color Cylindrical-coordinate representation of color #DB17A1: hue angle of 317.76º 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 #DB17A1 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.14 |
| HSL | 317.76º | 0.81% | 0.47% | - |
| HSV(B) | 317.76º | 0.89% | 0.86% | - |
| XYZ | 35.95 | 18.25 | 35.35 | - |
| YUV | 97.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 161 | 0 | 0.89 | 0.26 | 0.14 | 317.76 | 0.81 | 0.47 |
| Hex | DB | 17 | A1 | 0 | 59 | 1A | E | 13E | 51 | 2F |
| Octal | 333 | 27 | 241 | 0 | 131 | 32 | 16 | 476 | 121 | 57 |
| Binary | 11011011 | 10111 | 10100001 | 0 | 1011001 | 11010 | 1110 | 100111110 | 1010001 | 101111 |
Color Harmonies of #DB17A1
Complementary color
Monochromatic Colors of #DB17A1
Black with #DB17A1
Text Example
Text Example
White with #DB17A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17A1; }
p { color: rgb(219,23,161); }
H1.HeaderClassName
{
color: #DB17A1;
}
.AnyTagClassName
{
color: #DB17A1;
}
</style>
background-color css
<style>
a { background-color: #DB17A1; }
a { background-color: rgb(219,23,161); }
div.DivClassName
{
background-color: #DB17A1;
}
.BgClassName
{
background-color: #DB17A1;
}
</style>
border-color css
<style>
span { border-color: #DB17A1; }
span { border-color: rgb(219,23,161); }
td.TdClassName
{
border-color: #DB17A1;
}
.TagClassName
{
border-color: #DB17A1;
}
</style>