Shades of Amaranth #DC2A52
Tints of Amaranth #DC2A52
RGB
CMYK
RGB Variations
Color information
#DC2A52 (or 0xDC2A52) is known color: Amaranth. HEX triplet: DC, 2A and 52. RGB value is (220,42,82). Sum of RGB (Red+Green+Blue) = 220+42+82=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A52 is #23D5AD. Grayscale: #636363. Windows color (decimal): -2348462 or 5384924. OLE color: 5384924.
HSL color Cylindrical-coordinate representation of color #DC2A52: hue angle of 346.52º 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 #DC2A52 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 82 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.14 |
| HSL | 346.52º | 0.72% | 0.51% | - |
| HSV(B) | 346.52º | 0.81% | 0.86% | - |
| XYZ | 31.87 | 17.48 | 9.68 | - |
| YUV | 99.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 82 | 0 | 0.81 | 0.63 | 0.14 | 346.52 | 0.72 | 0.51 |
| Hex | DC | 2A | 52 | 0 | 51 | 3F | E | 15B | 48 | 33 |
| Octal | 334 | 52 | 122 | 0 | 121 | 77 | 16 | 533 | 110 | 63 |
| Binary | 11011100 | 101010 | 1010010 | 0 | 1010001 | 111111 | 1110 | 101011011 | 1001000 | 110011 |
Color Harmonies of #DC2A52
Complementary color
Monochromatic Colors of #DC2A52
Black with #DC2A52
Text Example
Text Example
White with #DC2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A52; }
p { color: rgb(220,42,82); }
H1.HeaderClassName
{
color: #DC2A52;
}
.AnyTagClassName
{
color: #DC2A52;
}
</style>
background-color css
<style>
a { background-color: #DC2A52; }
a { background-color: rgb(220,42,82); }
div.DivClassName
{
background-color: #DC2A52;
}
.BgClassName
{
background-color: #DC2A52;
}
</style>
border-color css
<style>
span { border-color: #DC2A52; }
span { border-color: rgb(220,42,82); }
td.TdClassName
{
border-color: #DC2A52;
}
.TagClassName
{
border-color: #DC2A52;
}
</style>