Shades of Amaranth #DC2857
Tints of Amaranth #DC2857
RGB
CMYK
RGB Variations
Color information
#DC2857 (or 0xDC2857) is known color: Amaranth. HEX triplet: DC, 28 and 57. RGB value is (220,40,87). Sum of RGB (Red+Green+Blue) = 220+40+87=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2857 is #23D7A8. Grayscale: #636363. Windows color (decimal): -2348969 or 5712092. OLE color: 5712092.
HSL color Cylindrical-coordinate representation of color #DC2857: hue angle of 344.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2857 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 87 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.14 |
| HSL | 344.33º | 0.72% | 0.51% | - |
| HSV(B) | 344.33º | 0.82% | 0.86% | - |
| XYZ | 31.99 | 17.42 | 10.69 | - |
| YUV | 99.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 87 | 0 | 0.82 | 0.60 | 0.14 | 344.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 57 | 0 | 52 | 3C | E | 158 | 48 | 33 |
| Octal | 334 | 50 | 127 | 0 | 122 | 74 | 16 | 530 | 110 | 63 |
| Binary | 11011100 | 101000 | 1010111 | 0 | 1010010 | 111100 | 1110 | 101011000 | 1001000 | 110011 |
Color Harmonies of #DC2857
Complementary color
Monochromatic Colors of #DC2857
Black with #DC2857
Text Example
Text Example
White with #DC2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2857; }
p { color: rgb(220,40,87); }
H1.HeaderClassName
{
color: #DC2857;
}
.AnyTagClassName
{
color: #DC2857;
}
</style>
background-color css
<style>
a { background-color: #DC2857; }
a { background-color: rgb(220,40,87); }
div.DivClassName
{
background-color: #DC2857;
}
.BgClassName
{
background-color: #DC2857;
}
</style>
border-color css
<style>
span { border-color: #DC2857; }
span { border-color: rgb(220,40,87); }
td.TdClassName
{
border-color: #DC2857;
}
.TagClassName
{
border-color: #DC2857;
}
</style>