Shades of Hollywood Cerise #DC019C
Tints of Hollywood Cerise #DC019C
RGB
CMYK
RGB Variations
Color information
#DC019C (or 0xDC019C) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 9C. RGB value is (220,1,156). Sum of RGB (Red+Green+Blue) = 220+1+156=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC019C is #23FE63. Grayscale: #535353. Windows color (decimal): -2358884 or 10224092. OLE color: 10224092.
HSL color Cylindrical-coordinate representation of color #DC019C: hue angle of 317.53º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC019C is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.14 |
| HSL | 317.53º | 0.99% | 0.43% | - |
| HSV(B) | 317.53º | 1% | 0.86% | - |
| XYZ | 35.53 | 17.64 | 32.98 | - |
| YUV | 84.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 156 | 0 | 1.00 | 0.29 | 0.14 | 317.53 | 0.99 | 0.43 |
| Hex | DC | 1 | 9C | 0 | 64 | 1D | E | 13E | 63 | 2B |
| Octal | 334 | 1 | 234 | 0 | 144 | 35 | 16 | 476 | 143 | 53 |
| Binary | 11011100 | 1 | 10011100 | 0 | 1100100 | 11101 | 1110 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DC019C
Complementary color
Monochromatic Colors of #DC019C
Black with #DC019C
Text Example
Text Example
White with #DC019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC019C; }
p { color: rgb(220,1,156); }
H1.HeaderClassName
{
color: #DC019C;
}
.AnyTagClassName
{
color: #DC019C;
}
</style>
background-color css
<style>
a { background-color: #DC019C; }
a { background-color: rgb(220,1,156); }
div.DivClassName
{
background-color: #DC019C;
}
.BgClassName
{
background-color: #DC019C;
}
</style>
border-color css
<style>
span { border-color: #DC019C; }
span { border-color: rgb(220,1,156); }
td.TdClassName
{
border-color: #DC019C;
}
.TagClassName
{
border-color: #DC019C;
}
</style>