Shades of Amaranth #DC2557
Tints of Amaranth #DC2557
RGB
CMYK
RGB Variations
Color information
#DC2557 (or 0xDC2557) is known color: Amaranth. HEX triplet: DC, 25 and 57. RGB value is (220,37,87). Sum of RGB (Red+Green+Blue) = 220+37+87=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2557 is #23DAA8. Grayscale: #616161. Windows color (decimal): -2349737 or 5711324. OLE color: 5711324.
HSL color Cylindrical-coordinate representation of color #DC2557: hue angle of 343.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2557 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 87 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.14 |
| HSL | 343.61º | 0.72% | 0.5% | - |
| HSV(B) | 343.61º | 0.83% | 0.86% | - |
| XYZ | 31.9 | 17.23 | 10.66 | - |
| YUV | 97.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 87 | 0 | 0.83 | 0.60 | 0.14 | 343.61 | 0.72 | 0.5 |
| Hex | DC | 25 | 57 | 0 | 53 | 3C | E | 158 | 48 | 32 |
| Octal | 334 | 45 | 127 | 0 | 123 | 74 | 16 | 530 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010111 | 0 | 1010011 | 111100 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DC2557
Complementary color
Monochromatic Colors of #DC2557
Black with #DC2557
Text Example
Text Example
White with #DC2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2557; }
p { color: rgb(220,37,87); }
H1.HeaderClassName
{
color: #DC2557;
}
.AnyTagClassName
{
color: #DC2557;
}
</style>
background-color css
<style>
a { background-color: #DC2557; }
a { background-color: rgb(220,37,87); }
div.DivClassName
{
background-color: #DC2557;
}
.BgClassName
{
background-color: #DC2557;
}
</style>
border-color css
<style>
span { border-color: #DC2557; }
span { border-color: rgb(220,37,87); }
td.TdClassName
{
border-color: #DC2557;
}
.TagClassName
{
border-color: #DC2557;
}
</style>