Shades of Amaranth #DC2955
Tints of Amaranth #DC2955
RGB
CMYK
RGB Variations
Color information
#DC2955 (or 0xDC2955) is known color: Amaranth. HEX triplet: DC, 29 and 55. RGB value is (220,41,85). Sum of RGB (Red+Green+Blue) = 220+41+85=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2955 is #23D6AA. Grayscale: #636363. Windows color (decimal): -2348715 or 5581276. OLE color: 5581276.
HSL color Cylindrical-coordinate representation of color #DC2955: hue angle of 345.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2955 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 85 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.14 |
| HSL | 345.25º | 0.72% | 0.51% | - |
| HSV(B) | 345.25º | 0.81% | 0.86% | - |
| XYZ | 31.95 | 17.46 | 10.28 | - |
| YUV | 99.54 | 119.8 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 85 | 0 | 0.81 | 0.61 | 0.14 | 345.25 | 0.72 | 0.51 |
| Hex | DC | 29 | 55 | 0 | 51 | 3D | E | 159 | 48 | 33 |
| Octal | 334 | 51 | 125 | 0 | 121 | 75 | 16 | 531 | 110 | 63 |
| Binary | 11011100 | 101001 | 1010101 | 0 | 1010001 | 111101 | 1110 | 101011001 | 1001000 | 110011 |
Color Harmonies of #DC2955
Complementary color
Monochromatic Colors of #DC2955
Black with #DC2955
Text Example
Text Example
White with #DC2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2955; }
p { color: rgb(220,41,85); }
H1.HeaderClassName
{
color: #DC2955;
}
.AnyTagClassName
{
color: #DC2955;
}
</style>
background-color css
<style>
a { background-color: #DC2955; }
a { background-color: rgb(220,41,85); }
div.DivClassName
{
background-color: #DC2955;
}
.BgClassName
{
background-color: #DC2955;
}
</style>
border-color css
<style>
span { border-color: #DC2955; }
span { border-color: rgb(220,41,85); }
td.TdClassName
{
border-color: #DC2955;
}
.TagClassName
{
border-color: #DC2955;
}
</style>