Shades of Amaranth #DC1E55
Tints of Amaranth #DC1E55
RGB
CMYK
RGB Variations
Color information
#DC1E55 (or 0xDC1E55) is known color: Amaranth. HEX triplet: DC, 1E and 55. RGB value is (220,30,85). Sum of RGB (Red+Green+Blue) = 220+30+85=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E55 is #23E1AA. Grayscale: #5D5D5D. Windows color (decimal): -2351531 or 5578460. OLE color: 5578460.
HSL color Cylindrical-coordinate representation of color #DC1E55: hue angle of 342.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E55 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 85 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.14 |
| HSL | 342.63º | 0.76% | 0.49% | - |
| HSV(B) | 342.63º | 0.86% | 0.86% | - |
| XYZ | 31.62 | 16.8 | 10.17 | - |
| YUV | 93.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 85 | 0 | 0.86 | 0.61 | 0.14 | 342.63 | 0.76 | 0.49 |
| Hex | DC | 1E | 55 | 0 | 56 | 3D | E | 157 | 4C | 31 |
| Octal | 334 | 36 | 125 | 0 | 126 | 75 | 16 | 527 | 114 | 61 |
| Binary | 11011100 | 11110 | 1010101 | 0 | 1010110 | 111101 | 1110 | 101010111 | 1001100 | 110001 |
Color Harmonies of #DC1E55
Complementary color
Monochromatic Colors of #DC1E55
Black with #DC1E55
Text Example
Text Example
White with #DC1E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E55; }
p { color: rgb(220,30,85); }
H1.HeaderClassName
{
color: #DC1E55;
}
.AnyTagClassName
{
color: #DC1E55;
}
</style>
background-color css
<style>
a { background-color: #DC1E55; }
a { background-color: rgb(220,30,85); }
div.DivClassName
{
background-color: #DC1E55;
}
.BgClassName
{
background-color: #DC1E55;
}
</style>
border-color css
<style>
span { border-color: #DC1E55; }
span { border-color: rgb(220,30,85); }
td.TdClassName
{
border-color: #DC1E55;
}
.TagClassName
{
border-color: #DC1E55;
}
</style>