Shades of Hollywood Cerise #DC0199
Tints of Hollywood Cerise #DC0199
RGB
CMYK
RGB Variations
Color information
#DC0199 (or 0xDC0199) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 99. RGB value is (220,1,153). Sum of RGB (Red+Green+Blue) = 220+1+153=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0199 is #23FE66. Grayscale: #535353. Windows color (decimal): -2358887 or 10027484. OLE color: 10027484.
HSL color Cylindrical-coordinate representation of color #DC0199: hue angle of 318.36º 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 #DC0199 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.14 |
| HSL | 318.36º | 0.99% | 0.43% | - |
| HSV(B) | 318.36º | 1% | 0.86% | - |
| XYZ | 35.28 | 17.54 | 31.66 | - |
| YUV | 83.81 | 167.05 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 153 | 0 | 1.00 | 0.30 | 0.14 | 318.36 | 0.99 | 0.43 |
| Hex | DC | 1 | 99 | 0 | 64 | 1E | E | 13E | 63 | 2B |
| Octal | 334 | 1 | 231 | 0 | 144 | 36 | 16 | 476 | 143 | 53 |
| Binary | 11011100 | 1 | 10011001 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DC0199
Complementary color
Monochromatic Colors of #DC0199
Black with #DC0199
Text Example
Text Example
White with #DC0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0199; }
p { color: rgb(220,1,153); }
H1.HeaderClassName
{
color: #DC0199;
}
.AnyTagClassName
{
color: #DC0199;
}
</style>
background-color css
<style>
a { background-color: #DC0199; }
a { background-color: rgb(220,1,153); }
div.DivClassName
{
background-color: #DC0199;
}
.BgClassName
{
background-color: #DC0199;
}
</style>
border-color css
<style>
span { border-color: #DC0199; }
span { border-color: rgb(220,1,153); }
td.TdClassName
{
border-color: #DC0199;
}
.TagClassName
{
border-color: #DC0199;
}
</style>