Shades of Amaranth #DC2A56
Tints of Amaranth #DC2A56
RGB
CMYK
RGB Variations
Color information
#DC2A56 (or 0xDC2A56) is known color: Amaranth. HEX triplet: DC, 2A and 56. RGB value is (220,42,86). Sum of RGB (Red+Green+Blue) = 220+42+86=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A56 is #23D5A9. Grayscale: #646464. Windows color (decimal): -2348458 or 5647068. OLE color: 5647068.
HSL color Cylindrical-coordinate representation of color #DC2A56: hue angle of 345.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A56 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 86 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.14 |
| HSL | 345.17º | 0.72% | 0.51% | - |
| HSV(B) | 345.17º | 0.81% | 0.86% | - |
| XYZ | 32.02 | 17.54 | 10.5 | - |
| YUV | 100.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 86 | 0 | 0.81 | 0.61 | 0.14 | 345.17 | 0.72 | 0.51 |
| Hex | DC | 2A | 56 | 0 | 51 | 3D | E | 159 | 48 | 33 |
| Octal | 334 | 52 | 126 | 0 | 121 | 75 | 16 | 531 | 110 | 63 |
| Binary | 11011100 | 101010 | 1010110 | 0 | 1010001 | 111101 | 1110 | 101011001 | 1001000 | 110011 |
Color Harmonies of #DC2A56
Complementary color
Monochromatic Colors of #DC2A56
Black with #DC2A56
Text Example
Text Example
White with #DC2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A56; }
p { color: rgb(220,42,86); }
H1.HeaderClassName
{
color: #DC2A56;
}
.AnyTagClassName
{
color: #DC2A56;
}
</style>
background-color css
<style>
a { background-color: #DC2A56; }
a { background-color: rgb(220,42,86); }
div.DivClassName
{
background-color: #DC2A56;
}
.BgClassName
{
background-color: #DC2A56;
}
</style>
border-color css
<style>
span { border-color: #DC2A56; }
span { border-color: rgb(220,42,86); }
td.TdClassName
{
border-color: #DC2A56;
}
.TagClassName
{
border-color: #DC2A56;
}
</style>