Shades of Deep Cerise #DC2AA0
Tints of Deep Cerise #DC2AA0
RGB
CMYK
RGB Variations
Color information
#DC2AA0 (or 0xDC2AA0) is known color: Deep Cerise. HEX triplet: DC, 2A and A0. RGB value is (220,42,160). Sum of RGB (Red+Green+Blue) = 220+42+160=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA0 is #23D55F. Grayscale: #6C6C6C. Windows color (decimal): -2348384 or 10496732. OLE color: 10496732.
HSL color Cylindrical-coordinate representation of color #DC2AA0: hue angle of 320.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AA0 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 160 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.14 |
| HSL | 320.22º | 0.72% | 0.51% | - |
| HSV(B) | 320.22º | 0.81% | 0.86% | - |
| XYZ | 36.69 | 19.41 | 35.07 | - |
| YUV | 108.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 160 | 0 | 0.81 | 0.27 | 0.14 | 320.22 | 0.72 | 0.51 |
| Hex | DC | 2A | A0 | 0 | 51 | 1B | E | 140 | 48 | 33 |
| Octal | 334 | 52 | 240 | 0 | 121 | 33 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 101010 | 10100000 | 0 | 1010001 | 11011 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC2AA0
Complementary color
Monochromatic Colors of #DC2AA0
Black with #DC2AA0
Text Example
Text Example
White with #DC2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AA0; }
p { color: rgb(220,42,160); }
H1.HeaderClassName
{
color: #DC2AA0;
}
.AnyTagClassName
{
color: #DC2AA0;
}
</style>
background-color css
<style>
a { background-color: #DC2AA0; }
a { background-color: rgb(220,42,160); }
div.DivClassName
{
background-color: #DC2AA0;
}
.BgClassName
{
background-color: #DC2AA0;
}
</style>
border-color css
<style>
span { border-color: #DC2AA0; }
span { border-color: rgb(220,42,160); }
td.TdClassName
{
border-color: #DC2AA0;
}
.TagClassName
{
border-color: #DC2AA0;
}
</style>