Shades of Amaranth #DC2053
Tints of Amaranth #DC2053
RGB
CMYK
RGB Variations
Color information
#DC2053 (or 0xDC2053) is known color: Amaranth. HEX triplet: DC, 20 and 53. RGB value is (220,32,83). Sum of RGB (Red+Green+Blue) = 220+32+83=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2053 is #23DFAC. Grayscale: #5E5E5E. Windows color (decimal): -2351021 or 5447900. OLE color: 5447900.
HSL color Cylindrical-coordinate representation of color #DC2053: hue angle of 343.72º 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 #DC2053 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 83 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.14 |
| HSL | 343.72º | 0.75% | 0.49% | - |
| HSV(B) | 343.72º | 0.85% | 0.86% | - |
| XYZ | 31.59 | 16.87 | 9.78 | - |
| YUV | 94.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 83 | 0 | 0.85 | 0.62 | 0.14 | 343.72 | 0.75 | 0.49 |
| Hex | DC | 20 | 53 | 0 | 55 | 3E | E | 158 | 4B | 31 |
| Octal | 334 | 40 | 123 | 0 | 125 | 76 | 16 | 530 | 113 | 61 |
| Binary | 11011100 | 100000 | 1010011 | 0 | 1010101 | 111110 | 1110 | 101011000 | 1001011 | 110001 |
Color Harmonies of #DC2053
Complementary color
Monochromatic Colors of #DC2053
Black with #DC2053
Text Example
Text Example
White with #DC2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2053; }
p { color: rgb(220,32,83); }
H1.HeaderClassName
{
color: #DC2053;
}
.AnyTagClassName
{
color: #DC2053;
}
</style>
background-color css
<style>
a { background-color: #DC2053; }
a { background-color: rgb(220,32,83); }
div.DivClassName
{
background-color: #DC2053;
}
.BgClassName
{
background-color: #DC2053;
}
</style>
border-color css
<style>
span { border-color: #DC2053; }
span { border-color: rgb(220,32,83); }
td.TdClassName
{
border-color: #DC2053;
}
.TagClassName
{
border-color: #DC2053;
}
</style>