Shades of Amaranth #DC3556
Tints of Amaranth #DC3556
RGB
CMYK
RGB Variations
Color information
#DC3556 (or 0xDC3556) is known color: Amaranth. HEX triplet: DC, 35 and 56. RGB value is (220,53,86). Sum of RGB (Red+Green+Blue) = 220+53+86=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3556 is #23CAA9. Grayscale: #6A6A6A. Windows color (decimal): -2345642 or 5649884. OLE color: 5649884.
HSL color Cylindrical-coordinate representation of color #DC3556: hue angle of 348.14º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3556 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 86 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.14 |
| HSL | 348.14º | 0.7% | 0.54% | - |
| HSV(B) | 348.14º | 0.76% | 0.86% | - |
| XYZ | 32.47 | 18.43 | 10.65 | - |
| YUV | 106.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 86 | 0 | 0.76 | 0.61 | 0.14 | 348.14 | 0.7 | 0.54 |
| Hex | DC | 35 | 56 | 0 | 4C | 3D | E | 15C | 46 | 36 |
| Octal | 334 | 65 | 126 | 0 | 114 | 75 | 16 | 534 | 106 | 66 |
| Binary | 11011100 | 110101 | 1010110 | 0 | 1001100 | 111101 | 1110 | 101011100 | 1000110 | 110110 |
Color Harmonies of #DC3556
Complementary color
Monochromatic Colors of #DC3556
Black with #DC3556
Text Example
Text Example
White with #DC3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3556; }
p { color: rgb(220,53,86); }
H1.HeaderClassName
{
color: #DC3556;
}
.AnyTagClassName
{
color: #DC3556;
}
</style>
background-color css
<style>
a { background-color: #DC3556; }
a { background-color: rgb(220,53,86); }
div.DivClassName
{
background-color: #DC3556;
}
.BgClassName
{
background-color: #DC3556;
}
</style>
border-color css
<style>
span { border-color: #DC3556; }
span { border-color: rgb(220,53,86); }
td.TdClassName
{
border-color: #DC3556;
}
.TagClassName
{
border-color: #DC3556;
}
</style>