Shades of Hollywood Cerise #DC0EA5
Tints of Hollywood Cerise #DC0EA5
RGB
CMYK
RGB Variations
Color information
#DC0EA5 (or 0xDC0EA5) is known color: Hollywood Cerise. HEX triplet: DC, 0E and A5. RGB value is (220,14,165). Sum of RGB (Red+Green+Blue) = 220+14+165=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0EA5 is #23F15A. Grayscale: #5C5C5C. Windows color (decimal): -2355547 or 10817244. OLE color: 10817244.
HSL color Cylindrical-coordinate representation of color #DC0EA5: hue angle of 316.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EA5 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 165 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.14 |
| HSL | 316.02º | 0.88% | 0.46% | - |
| HSV(B) | 316.02º | 0.94% | 0.86% | - |
| XYZ | 36.46 | 18.25 | 37.2 | - |
| YUV | 92.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 165 | 0 | 0.94 | 0.25 | 0.14 | 316.02 | 0.88 | 0.46 |
| Hex | DC | E | A5 | 0 | 5E | 19 | E | 13C | 58 | 2E |
| Octal | 334 | 16 | 245 | 0 | 136 | 31 | 16 | 474 | 130 | 56 |
| Binary | 11011100 | 1110 | 10100101 | 0 | 1011110 | 11001 | 1110 | 100111100 | 1011000 | 101110 |
Color Harmonies of #DC0EA5
Complementary color
Monochromatic Colors of #DC0EA5
Black with #DC0EA5
Text Example
Text Example
White with #DC0EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EA5; }
p { color: rgb(220,14,165); }
H1.HeaderClassName
{
color: #DC0EA5;
}
.AnyTagClassName
{
color: #DC0EA5;
}
</style>
background-color css
<style>
a { background-color: #DC0EA5; }
a { background-color: rgb(220,14,165); }
div.DivClassName
{
background-color: #DC0EA5;
}
.BgClassName
{
background-color: #DC0EA5;
}
</style>
border-color css
<style>
span { border-color: #DC0EA5; }
span { border-color: rgb(220,14,165); }
td.TdClassName
{
border-color: #DC0EA5;
}
.TagClassName
{
border-color: #DC0EA5;
}
</style>