Shades of Amaranth #DC2A53
Tints of Amaranth #DC2A53
RGB
CMYK
RGB Variations
Color information
#DC2A53 (or 0xDC2A53) is known color: Amaranth. HEX triplet: DC, 2A and 53. RGB value is (220,42,83). Sum of RGB (Red+Green+Blue) = 220+42+83=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A53 is #23D5AC. Grayscale: #636363. Windows color (decimal): -2348461 or 5450460. OLE color: 5450460.
HSL color Cylindrical-coordinate representation of color #DC2A53: hue angle of 346.18º 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 #DC2A53 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 83 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.14 |
| HSL | 346.18º | 0.72% | 0.51% | - |
| HSV(B) | 346.18º | 0.81% | 0.86% | - |
| XYZ | 31.9 | 17.5 | 9.88 | - |
| YUV | 99.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 83 | 0 | 0.81 | 0.62 | 0.14 | 346.18 | 0.72 | 0.51 |
| Hex | DC | 2A | 53 | 0 | 51 | 3E | E | 15A | 48 | 33 |
| Octal | 334 | 52 | 123 | 0 | 121 | 76 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 101010 | 1010011 | 0 | 1010001 | 111110 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2A53
Complementary color
Monochromatic Colors of #DC2A53
Black with #DC2A53
Text Example
Text Example
White with #DC2A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A53; }
p { color: rgb(220,42,83); }
H1.HeaderClassName
{
color: #DC2A53;
}
.AnyTagClassName
{
color: #DC2A53;
}
</style>
background-color css
<style>
a { background-color: #DC2A53; }
a { background-color: rgb(220,42,83); }
div.DivClassName
{
background-color: #DC2A53;
}
.BgClassName
{
background-color: #DC2A53;
}
</style>
border-color css
<style>
span { border-color: #DC2A53; }
span { border-color: rgb(220,42,83); }
td.TdClassName
{
border-color: #DC2A53;
}
.TagClassName
{
border-color: #DC2A53;
}
</style>