Shades of Amaranth #DC2054
Tints of Amaranth #DC2054
RGB
CMYK
RGB Variations
Color information
#DC2054 (or 0xDC2054) is known color: Amaranth. HEX triplet: DC, 20 and 54. RGB value is (220,32,84). Sum of RGB (Red+Green+Blue) = 220+32+84=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2054 is #23DFAB. Grayscale: #5E5E5E. Windows color (decimal): -2351020 or 5513436. OLE color: 5513436.
HSL color Cylindrical-coordinate representation of color #DC2054: hue angle of 343.4º 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 #DC2054 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 84 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.14 |
| HSL | 343.4º | 0.75% | 0.49% | - |
| HSV(B) | 343.4º | 0.85% | 0.86% | - |
| XYZ | 31.63 | 16.89 | 9.98 | - |
| YUV | 94.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 84 | 0 | 0.85 | 0.62 | 0.14 | 343.4 | 0.75 | 0.49 |
| Hex | DC | 20 | 54 | 0 | 55 | 3E | E | 157 | 4B | 31 |
| Octal | 334 | 40 | 124 | 0 | 125 | 76 | 16 | 527 | 113 | 61 |
| Binary | 11011100 | 100000 | 1010100 | 0 | 1010101 | 111110 | 1110 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DC2054
Complementary color
Monochromatic Colors of #DC2054
Black with #DC2054
Text Example
Text Example
White with #DC2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2054; }
p { color: rgb(220,32,84); }
H1.HeaderClassName
{
color: #DC2054;
}
.AnyTagClassName
{
color: #DC2054;
}
</style>
background-color css
<style>
a { background-color: #DC2054; }
a { background-color: rgb(220,32,84); }
div.DivClassName
{
background-color: #DC2054;
}
.BgClassName
{
background-color: #DC2054;
}
</style>
border-color css
<style>
span { border-color: #DC2054; }
span { border-color: rgb(220,32,84); }
td.TdClassName
{
border-color: #DC2054;
}
.TagClassName
{
border-color: #DC2054;
}
</style>