Shades of Hollywood Cerise #DC00A5
Tints of Hollywood Cerise #DC00A5
RGB
CMYK
RGB Variations
Color information
#DC00A5 (or 0xDC00A5) is known color: Hollywood Cerise. HEX triplet: DC, 00 and A5. RGB value is (220,0,165). Sum of RGB (Red+Green+Blue) = 220+0+165=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00A5 is #23FF5A. Grayscale: #545454. Windows color (decimal): -2359131 or 10813660. OLE color: 10813660.
HSL color Cylindrical-coordinate representation of color #DC00A5: hue angle of 315º 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 #DC00A5 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.25 | 0.14 |
| HSL | 315º | 1% | 0.43% | - |
| HSV(B) | 315º | 1% | 0.86% | - |
| XYZ | 36.31 | 17.93 | 37.15 | - |
| YUV | 84.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 165 | 0 | 1 | 0.25 | 0.14 | 315 | 1 | 0.43 |
| Hex | DC | 0 | A5 | 0 | 64 | 19 | E | 13B | 64 | 2B |
| Octal | 334 | 0 | 245 | 0 | 144 | 31 | 16 | 473 | 144 | 53 |
| Binary | 11011100 | 0 | 10100101 | 0 | 1100100 | 11001 | 1110 | 100111011 | 1100100 | 101011 |
Color Harmonies of #DC00A5
Complementary color
Monochromatic Colors of #DC00A5
Black with #DC00A5
Text Example
Text Example
White with #DC00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00A5; }
p { color: rgb(220,0,165); }
H1.HeaderClassName
{
color: #DC00A5;
}
.AnyTagClassName
{
color: #DC00A5;
}
</style>
background-color css
<style>
a { background-color: #DC00A5; }
a { background-color: rgb(220,0,165); }
div.DivClassName
{
background-color: #DC00A5;
}
.BgClassName
{
background-color: #DC00A5;
}
</style>
border-color css
<style>
span { border-color: #DC00A5; }
span { border-color: rgb(220,0,165); }
td.TdClassName
{
border-color: #DC00A5;
}
.TagClassName
{
border-color: #DC00A5;
}
</style>