Shades of Amaranth #DC2052
Tints of Amaranth #DC2052
RGB
CMYK
RGB Variations
Color information
#DC2052 (or 0xDC2052) is known color: Amaranth. HEX triplet: DC, 20 and 52. RGB value is (220,32,82). Sum of RGB (Red+Green+Blue) = 220+32+82=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2052 is #23DFAD. Grayscale: #5D5D5D. Windows color (decimal): -2351022 or 5382364. OLE color: 5382364.
HSL color Cylindrical-coordinate representation of color #DC2052: hue angle of 344.04º 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 #DC2052 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 82 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.04º | 0.75% | 0.49% | - |
| HSV(B) | 344.04º | 0.85% | 0.86% | - |
| XYZ | 31.55 | 16.86 | 9.57 | - |
| YUV | 93.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 82 | 0 | 0.85 | 0.63 | 0.14 | 344.04 | 0.75 | 0.49 |
| Hex | DC | 20 | 52 | 0 | 55 | 3F | E | 158 | 4B | 31 |
| Octal | 334 | 40 | 122 | 0 | 125 | 77 | 16 | 530 | 113 | 61 |
| Binary | 11011100 | 100000 | 1010010 | 0 | 1010101 | 111111 | 1110 | 101011000 | 1001011 | 110001 |
Color Harmonies of #DC2052
Complementary color
Monochromatic Colors of #DC2052
Black with #DC2052
Text Example
Text Example
White with #DC2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2052; }
p { color: rgb(220,32,82); }
H1.HeaderClassName
{
color: #DC2052;
}
.AnyTagClassName
{
color: #DC2052;
}
</style>
background-color css
<style>
a { background-color: #DC2052; }
a { background-color: rgb(220,32,82); }
div.DivClassName
{
background-color: #DC2052;
}
.BgClassName
{
background-color: #DC2052;
}
</style>
border-color css
<style>
span { border-color: #DC2052; }
span { border-color: rgb(220,32,82); }
td.TdClassName
{
border-color: #DC2052;
}
.TagClassName
{
border-color: #DC2052;
}
</style>