Shades of Amaranth #DC2157
Tints of Amaranth #DC2157
RGB
CMYK
RGB Variations
Color information
#DC2157 (or 0xDC2157) is known color: Amaranth. HEX triplet: DC, 21 and 57. RGB value is (220,33,87). Sum of RGB (Red+Green+Blue) = 220+33+87=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2157 is #23DEA8. Grayscale: #5F5F5F. Windows color (decimal): -2350761 or 5710300. OLE color: 5710300.
HSL color Cylindrical-coordinate representation of color #DC2157: hue angle of 342.67º 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 #DC2157 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 87 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.14 |
| HSL | 342.67º | 0.74% | 0.5% | - |
| HSV(B) | 342.67º | 0.85% | 0.86% | - |
| XYZ | 31.78 | 16.99 | 10.62 | - |
| YUV | 95.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 87 | 0 | 0.85 | 0.60 | 0.14 | 342.67 | 0.74 | 0.5 |
| Hex | DC | 21 | 57 | 0 | 55 | 3C | E | 157 | 4A | 32 |
| Octal | 334 | 41 | 127 | 0 | 125 | 74 | 16 | 527 | 112 | 62 |
| Binary | 11011100 | 100001 | 1010111 | 0 | 1010101 | 111100 | 1110 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DC2157
Complementary color
Monochromatic Colors of #DC2157
Black with #DC2157
Text Example
Text Example
White with #DC2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2157; }
p { color: rgb(220,33,87); }
H1.HeaderClassName
{
color: #DC2157;
}
.AnyTagClassName
{
color: #DC2157;
}
</style>
background-color css
<style>
a { background-color: #DC2157; }
a { background-color: rgb(220,33,87); }
div.DivClassName
{
background-color: #DC2157;
}
.BgClassName
{
background-color: #DC2157;
}
</style>
border-color css
<style>
span { border-color: #DC2157; }
span { border-color: rgb(220,33,87); }
td.TdClassName
{
border-color: #DC2157;
}
.TagClassName
{
border-color: #DC2157;
}
</style>