Shades of Deep Cerise #DC2AA2
Tints of Deep Cerise #DC2AA2
RGB
CMYK
RGB Variations
Color information
#DC2AA2 (or 0xDC2AA2) is known color: Deep Cerise. HEX triplet: DC, 2A and A2. RGB value is (220,42,162). Sum of RGB (Red+Green+Blue) = 220+42+162=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA2 is #23D55D. Grayscale: #6C6C6C. Windows color (decimal): -2348382 or 10627804. OLE color: 10627804.
HSL color Cylindrical-coordinate representation of color #DC2AA2: hue angle of 319.55º 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 #DC2AA2 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 162 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.14 |
| HSL | 319.55º | 0.72% | 0.51% | - |
| HSV(B) | 319.55º | 0.81% | 0.86% | - |
| XYZ | 36.86 | 19.48 | 36 | - |
| YUV | 108.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 162 | 0 | 0.81 | 0.26 | 0.14 | 319.55 | 0.72 | 0.51 |
| Hex | DC | 2A | A2 | 0 | 51 | 1A | E | 140 | 48 | 33 |
| Octal | 334 | 52 | 242 | 0 | 121 | 32 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 101010 | 10100010 | 0 | 1010001 | 11010 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC2AA2
Complementary color
Monochromatic Colors of #DC2AA2
Black with #DC2AA2
Text Example
Text Example
White with #DC2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AA2; }
p { color: rgb(220,42,162); }
H1.HeaderClassName
{
color: #DC2AA2;
}
.AnyTagClassName
{
color: #DC2AA2;
}
</style>
background-color css
<style>
a { background-color: #DC2AA2; }
a { background-color: rgb(220,42,162); }
div.DivClassName
{
background-color: #DC2AA2;
}
.BgClassName
{
background-color: #DC2AA2;
}
</style>
border-color css
<style>
span { border-color: #DC2AA2; }
span { border-color: rgb(220,42,162); }
td.TdClassName
{
border-color: #DC2AA2;
}
.TagClassName
{
border-color: #DC2AA2;
}
</style>