Shades of Deep Cerise #DC2AA3
Tints of Deep Cerise #DC2AA3
RGB
CMYK
RGB Variations
Color information
#DC2AA3 (or 0xDC2AA3) is known color: Deep Cerise. HEX triplet: DC, 2A and A3. RGB value is (220,42,163). Sum of RGB (Red+Green+Blue) = 220+42+163=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA3 is #23D55C. Grayscale: #6C6C6C. Windows color (decimal): -2348381 or 10693340. OLE color: 10693340.
HSL color Cylindrical-coordinate representation of color #DC2AA3: hue angle of 319.21º 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 #DC2AA3 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 163 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.14 |
| HSL | 319.21º | 0.72% | 0.51% | - |
| HSV(B) | 319.21º | 0.81% | 0.86% | - |
| XYZ | 36.95 | 19.52 | 36.47 | - |
| YUV | 109.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 163 | 0 | 0.81 | 0.26 | 0.14 | 319.21 | 0.72 | 0.51 |
| Hex | DC | 2A | A3 | 0 | 51 | 1A | E | 13F | 48 | 33 |
| Octal | 334 | 52 | 243 | 0 | 121 | 32 | 16 | 477 | 110 | 63 |
| Binary | 11011100 | 101010 | 10100011 | 0 | 1010001 | 11010 | 1110 | 100111111 | 1001000 | 110011 |
Color Harmonies of #DC2AA3
Complementary color
Monochromatic Colors of #DC2AA3
Black with #DC2AA3
Text Example
Text Example
White with #DC2AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AA3; }
p { color: rgb(220,42,163); }
H1.HeaderClassName
{
color: #DC2AA3;
}
.AnyTagClassName
{
color: #DC2AA3;
}
</style>
background-color css
<style>
a { background-color: #DC2AA3; }
a { background-color: rgb(220,42,163); }
div.DivClassName
{
background-color: #DC2AA3;
}
.BgClassName
{
background-color: #DC2AA3;
}
</style>
border-color css
<style>
span { border-color: #DC2AA3; }
span { border-color: rgb(220,42,163); }
td.TdClassName
{
border-color: #DC2AA3;
}
.TagClassName
{
border-color: #DC2AA3;
}
</style>