Shades of Hollywood Cerise #DC19A1
Tints of Hollywood Cerise #DC19A1
RGB
CMYK
RGB Variations
Color information
#DC19A1 (or 0xDC19A1) is known color: Hollywood Cerise. HEX triplet: DC, 19 and A1. RGB value is (220,25,161). Sum of RGB (Red+Green+Blue) = 220+25+161=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19A1 is #23E65E. Grayscale: #626262. Windows color (decimal): -2352735 or 10557916. OLE color: 10557916.
HSL color Cylindrical-coordinate representation of color #DC19A1: hue angle of 318.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19A1 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 161 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.14 |
| HSL | 318.15º | 0.8% | 0.48% | - |
| HSV(B) | 318.15º | 0.89% | 0.86% | - |
| XYZ | 36.3 | 18.48 | 35.37 | - |
| YUV | 98.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 161 | 0 | 0.89 | 0.27 | 0.14 | 318.15 | 0.8 | 0.48 |
| Hex | DC | 19 | A1 | 0 | 59 | 1B | E | 13E | 50 | 30 |
| Octal | 334 | 31 | 241 | 0 | 131 | 33 | 16 | 476 | 120 | 60 |
| Binary | 11011100 | 11001 | 10100001 | 0 | 1011001 | 11011 | 1110 | 100111110 | 1010000 | 110000 |
Color Harmonies of #DC19A1
Complementary color
Monochromatic Colors of #DC19A1
Black with #DC19A1
Text Example
Text Example
White with #DC19A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19A1; }
p { color: rgb(220,25,161); }
H1.HeaderClassName
{
color: #DC19A1;
}
.AnyTagClassName
{
color: #DC19A1;
}
</style>
background-color css
<style>
a { background-color: #DC19A1; }
a { background-color: rgb(220,25,161); }
div.DivClassName
{
background-color: #DC19A1;
}
.BgClassName
{
background-color: #DC19A1;
}
</style>
border-color css
<style>
span { border-color: #DC19A1; }
span { border-color: rgb(220,25,161); }
td.TdClassName
{
border-color: #DC19A1;
}
.TagClassName
{
border-color: #DC19A1;
}
</style>