Shades of Amaranth #DC2057
Tints of Amaranth #DC2057
RGB
CMYK
RGB Variations
Color information
#DC2057 (or 0xDC2057) is known color: Amaranth. HEX triplet: DC, 20 and 57. RGB value is (220,32,87). Sum of RGB (Red+Green+Blue) = 220+32+87=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2057 is #23DFA8. Grayscale: #5E5E5E. Windows color (decimal): -2351017 or 5710044. OLE color: 5710044.
HSL color Cylindrical-coordinate representation of color #DC2057: hue angle of 342.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2057 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 87 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.14 |
| HSL | 342.45º | 0.75% | 0.49% | - |
| HSV(B) | 342.45º | 0.85% | 0.86% | - |
| XYZ | 31.75 | 16.94 | 10.61 | - |
| YUV | 94.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 87 | 0 | 0.85 | 0.60 | 0.14 | 342.45 | 0.75 | 0.49 |
| Hex | DC | 20 | 57 | 0 | 55 | 3C | E | 156 | 4B | 31 |
| Octal | 334 | 40 | 127 | 0 | 125 | 74 | 16 | 526 | 113 | 61 |
| Binary | 11011100 | 100000 | 1010111 | 0 | 1010101 | 111100 | 1110 | 101010110 | 1001011 | 110001 |
Color Harmonies of #DC2057
Complementary color
Monochromatic Colors of #DC2057
Black with #DC2057
Text Example
Text Example
White with #DC2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2057; }
p { color: rgb(220,32,87); }
H1.HeaderClassName
{
color: #DC2057;
}
.AnyTagClassName
{
color: #DC2057;
}
</style>
background-color css
<style>
a { background-color: #DC2057; }
a { background-color: rgb(220,32,87); }
div.DivClassName
{
background-color: #DC2057;
}
.BgClassName
{
background-color: #DC2057;
}
</style>
border-color css
<style>
span { border-color: #DC2057; }
span { border-color: rgb(220,32,87); }
td.TdClassName
{
border-color: #DC2057;
}
.TagClassName
{
border-color: #DC2057;
}
</style>