Shades of Amaranth #DC2A55
Tints of Amaranth #DC2A55
RGB
CMYK
RGB Variations
Color information
#DC2A55 (or 0xDC2A55) is known color: Amaranth. HEX triplet: DC, 2A and 55. RGB value is (220,42,85). Sum of RGB (Red+Green+Blue) = 220+42+85=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A55 is #23D5AA. Grayscale: #646464. Windows color (decimal): -2348459 or 5581532. OLE color: 5581532.
HSL color Cylindrical-coordinate representation of color #DC2A55: hue angle of 345.51º 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 #DC2A55 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 85 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.14 |
| HSL | 345.51º | 0.72% | 0.51% | - |
| HSV(B) | 345.51º | 0.81% | 0.86% | - |
| XYZ | 31.98 | 17.53 | 10.29 | - |
| YUV | 100.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 85 | 0 | 0.81 | 0.61 | 0.14 | 345.51 | 0.72 | 0.51 |
| Hex | DC | 2A | 55 | 0 | 51 | 3D | E | 15A | 48 | 33 |
| Octal | 334 | 52 | 125 | 0 | 121 | 75 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 101010 | 1010101 | 0 | 1010001 | 111101 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2A55
Complementary color
Monochromatic Colors of #DC2A55
Black with #DC2A55
Text Example
Text Example
White with #DC2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A55; }
p { color: rgb(220,42,85); }
H1.HeaderClassName
{
color: #DC2A55;
}
.AnyTagClassName
{
color: #DC2A55;
}
</style>
background-color css
<style>
a { background-color: #DC2A55; }
a { background-color: rgb(220,42,85); }
div.DivClassName
{
background-color: #DC2A55;
}
.BgClassName
{
background-color: #DC2A55;
}
</style>
border-color css
<style>
span { border-color: #DC2A55; }
span { border-color: rgb(220,42,85); }
td.TdClassName
{
border-color: #DC2A55;
}
.TagClassName
{
border-color: #DC2A55;
}
</style>