Shades of Hollywood Cerise #DC00A0
Tints of Hollywood Cerise #DC00A0
RGB
CMYK
RGB Variations
Color information
#DC00A0 (or 0xDC00A0) is known color: Hollywood Cerise. HEX triplet: DC, 00 and A0. RGB value is (220,0,160). Sum of RGB (Red+Green+Blue) = 220+0+160=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00A0 is #23FF5F. Grayscale: #535353. Windows color (decimal): -2359136 or 10485980. OLE color: 10485980.
HSL color Cylindrical-coordinate representation of color #DC00A0: hue angle of 316.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00A0 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.27 | 0.14 |
| HSL | 316.36º | 1% | 0.43% | - |
| HSV(B) | 316.36º | 1% | 0.86% | - |
| XYZ | 35.86 | 17.75 | 34.79 | - |
| YUV | 84.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 160 | 0 | 1 | 0.27 | 0.14 | 316.36 | 1 | 0.43 |
| Hex | DC | 0 | A0 | 0 | 64 | 1B | E | 13C | 64 | 2B |
| Octal | 334 | 0 | 240 | 0 | 144 | 33 | 16 | 474 | 144 | 53 |
| Binary | 11011100 | 0 | 10100000 | 0 | 1100100 | 11011 | 1110 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DC00A0
Complementary color
Monochromatic Colors of #DC00A0
Black with #DC00A0
Text Example
Text Example
White with #DC00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00A0; }
p { color: rgb(220,0,160); }
H1.HeaderClassName
{
color: #DC00A0;
}
.AnyTagClassName
{
color: #DC00A0;
}
</style>
background-color css
<style>
a { background-color: #DC00A0; }
a { background-color: rgb(220,0,160); }
div.DivClassName
{
background-color: #DC00A0;
}
.BgClassName
{
background-color: #DC00A0;
}
</style>
border-color css
<style>
span { border-color: #DC00A0; }
span { border-color: rgb(220,0,160); }
td.TdClassName
{
border-color: #DC00A0;
}
.TagClassName
{
border-color: #DC00A0;
}
</style>