Shades of Amaranth #DC3554
Tints of Amaranth #DC3554
RGB
CMYK
RGB Variations
Color information
#DC3554 (or 0xDC3554) is known color: Amaranth. HEX triplet: DC, 35 and 54. RGB value is (220,53,84). Sum of RGB (Red+Green+Blue) = 220+53+84=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3554 is #23CAAB. Grayscale: #6A6A6A. Windows color (decimal): -2345644 or 5518812. OLE color: 5518812.
HSL color Cylindrical-coordinate representation of color #DC3554: hue angle of 348.86º 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 #DC3554 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 84 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.14 |
| HSL | 348.86º | 0.7% | 0.54% | - |
| HSV(B) | 348.86º | 0.76% | 0.86% | - |
| XYZ | 32.39 | 18.4 | 10.23 | - |
| YUV | 106.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 84 | 0 | 0.76 | 0.62 | 0.14 | 348.86 | 0.7 | 0.54 |
| Hex | DC | 35 | 54 | 0 | 4C | 3E | E | 15D | 46 | 36 |
| Octal | 334 | 65 | 124 | 0 | 114 | 76 | 16 | 535 | 106 | 66 |
| Binary | 11011100 | 110101 | 1010100 | 0 | 1001100 | 111110 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DC3554
Complementary color
Monochromatic Colors of #DC3554
Black with #DC3554
Text Example
Text Example
White with #DC3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3554; }
p { color: rgb(220,53,84); }
H1.HeaderClassName
{
color: #DC3554;
}
.AnyTagClassName
{
color: #DC3554;
}
</style>
background-color css
<style>
a { background-color: #DC3554; }
a { background-color: rgb(220,53,84); }
div.DivClassName
{
background-color: #DC3554;
}
.BgClassName
{
background-color: #DC3554;
}
</style>
border-color css
<style>
span { border-color: #DC3554; }
span { border-color: rgb(220,53,84); }
td.TdClassName
{
border-color: #DC3554;
}
.TagClassName
{
border-color: #DC3554;
}
</style>