Shades of Amaranth #DC2156
Tints of Amaranth #DC2156
RGB
CMYK
RGB Variations
Color information
#DC2156 (or 0xDC2156) is known color: Amaranth. HEX triplet: DC, 21 and 56. RGB value is (220,33,86). Sum of RGB (Red+Green+Blue) = 220+33+86=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2156 is #23DEA9. Grayscale: #5E5E5E. Windows color (decimal): -2350762 or 5644764. OLE color: 5644764.
HSL color Cylindrical-coordinate representation of color #DC2156: hue angle of 342.99º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2156 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 86 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.14 |
| HSL | 342.99º | 0.74% | 0.5% | - |
| HSV(B) | 342.99º | 0.85% | 0.86% | - |
| XYZ | 31.74 | 16.98 | 10.41 | - |
| YUV | 94.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 86 | 0 | 0.85 | 0.61 | 0.14 | 342.99 | 0.74 | 0.5 |
| Hex | DC | 21 | 56 | 0 | 55 | 3D | E | 157 | 4A | 32 |
| Octal | 334 | 41 | 126 | 0 | 125 | 75 | 16 | 527 | 112 | 62 |
| Binary | 11011100 | 100001 | 1010110 | 0 | 1010101 | 111101 | 1110 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DC2156
Complementary color
Monochromatic Colors of #DC2156
Black with #DC2156
Text Example
Text Example
White with #DC2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2156; }
p { color: rgb(220,33,86); }
H1.HeaderClassName
{
color: #DC2156;
}
.AnyTagClassName
{
color: #DC2156;
}
</style>
background-color css
<style>
a { background-color: #DC2156; }
a { background-color: rgb(220,33,86); }
div.DivClassName
{
background-color: #DC2156;
}
.BgClassName
{
background-color: #DC2156;
}
</style>
border-color css
<style>
span { border-color: #DC2156; }
span { border-color: rgb(220,33,86); }
td.TdClassName
{
border-color: #DC2156;
}
.TagClassName
{
border-color: #DC2156;
}
</style>