Shades of Amaranth #DC2554
Tints of Amaranth #DC2554
RGB
CMYK
RGB Variations
Color information
#DC2554 (or 0xDC2554) is known color: Amaranth. HEX triplet: DC, 25 and 54. RGB value is (220,37,84). Sum of RGB (Red+Green+Blue) = 220+37+84=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2554 is #23DAAB. Grayscale: #616161. Windows color (decimal): -2349740 or 5514716. OLE color: 5514716.
HSL color Cylindrical-coordinate representation of color #DC2554: hue angle of 344.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2554 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 84 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.14 |
| HSL | 344.59º | 0.72% | 0.5% | - |
| HSV(B) | 344.59º | 0.83% | 0.86% | - |
| XYZ | 31.78 | 17.18 | 10.03 | - |
| YUV | 97.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 84 | 0 | 0.83 | 0.62 | 0.14 | 344.59 | 0.72 | 0.5 |
| Hex | DC | 25 | 54 | 0 | 53 | 3E | E | 159 | 48 | 32 |
| Octal | 334 | 45 | 124 | 0 | 123 | 76 | 16 | 531 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010100 | 0 | 1010011 | 111110 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DC2554
Complementary color
Monochromatic Colors of #DC2554
Black with #DC2554
Text Example
Text Example
White with #DC2554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2554; }
p { color: rgb(220,37,84); }
H1.HeaderClassName
{
color: #DC2554;
}
.AnyTagClassName
{
color: #DC2554;
}
</style>
background-color css
<style>
a { background-color: #DC2554; }
a { background-color: rgb(220,37,84); }
div.DivClassName
{
background-color: #DC2554;
}
.BgClassName
{
background-color: #DC2554;
}
</style>
border-color css
<style>
span { border-color: #DC2554; }
span { border-color: rgb(220,37,84); }
td.TdClassName
{
border-color: #DC2554;
}
.TagClassName
{
border-color: #DC2554;
}
</style>