Shades of Amaranth #DC2555
Tints of Amaranth #DC2555
RGB
CMYK
RGB Variations
Color information
#DC2555 (or 0xDC2555) is known color: Amaranth. HEX triplet: DC, 25 and 55. RGB value is (220,37,85). Sum of RGB (Red+Green+Blue) = 220+37+85=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2555 is #23DAAA. Grayscale: #616161. Windows color (decimal): -2349739 or 5580252. OLE color: 5580252.
HSL color Cylindrical-coordinate representation of color #DC2555: hue angle of 344.26º 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 #DC2555 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 85 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.14 |
| HSL | 344.26º | 0.72% | 0.5% | - |
| HSV(B) | 344.26º | 0.83% | 0.86% | - |
| XYZ | 31.82 | 17.19 | 10.24 | - |
| YUV | 97.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 85 | 0 | 0.83 | 0.61 | 0.14 | 344.26 | 0.72 | 0.5 |
| Hex | DC | 25 | 55 | 0 | 53 | 3D | E | 158 | 48 | 32 |
| Octal | 334 | 45 | 125 | 0 | 123 | 75 | 16 | 530 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010101 | 0 | 1010011 | 111101 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DC2555
Complementary color
Monochromatic Colors of #DC2555
Black with #DC2555
Text Example
Text Example
White with #DC2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2555; }
p { color: rgb(220,37,85); }
H1.HeaderClassName
{
color: #DC2555;
}
.AnyTagClassName
{
color: #DC2555;
}
</style>
background-color css
<style>
a { background-color: #DC2555; }
a { background-color: rgb(220,37,85); }
div.DivClassName
{
background-color: #DC2555;
}
.BgClassName
{
background-color: #DC2555;
}
</style>
border-color css
<style>
span { border-color: #DC2555; }
span { border-color: rgb(220,37,85); }
td.TdClassName
{
border-color: #DC2555;
}
.TagClassName
{
border-color: #DC2555;
}
</style>