Shades of Amaranth #DC2755
Tints of Amaranth #DC2755
RGB
CMYK
RGB Variations
Color information
#DC2755 (or 0xDC2755) is known color: Amaranth. HEX triplet: DC, 27 and 55. RGB value is (220,39,85). Sum of RGB (Red+Green+Blue) = 220+39+85=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2755 is #23D8AA. Grayscale: #626262. Windows color (decimal): -2349227 or 5580764. OLE color: 5580764.
HSL color Cylindrical-coordinate representation of color #DC2755: hue angle of 344.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2755 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 85 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.14 |
| HSL | 344.75º | 0.72% | 0.51% | - |
| HSV(B) | 344.75º | 0.82% | 0.86% | - |
| XYZ | 31.88 | 17.32 | 10.26 | - |
| YUV | 98.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 85 | 0 | 0.82 | 0.61 | 0.14 | 344.75 | 0.72 | 0.51 |
| Hex | DC | 27 | 55 | 0 | 52 | 3D | E | 159 | 48 | 33 |
| Octal | 334 | 47 | 125 | 0 | 122 | 75 | 16 | 531 | 110 | 63 |
| Binary | 11011100 | 100111 | 1010101 | 0 | 1010010 | 111101 | 1110 | 101011001 | 1001000 | 110011 |
Color Harmonies of #DC2755
Complementary color
Monochromatic Colors of #DC2755
Black with #DC2755
Text Example
Text Example
White with #DC2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2755; }
p { color: rgb(220,39,85); }
H1.HeaderClassName
{
color: #DC2755;
}
.AnyTagClassName
{
color: #DC2755;
}
</style>
background-color css
<style>
a { background-color: #DC2755; }
a { background-color: rgb(220,39,85); }
div.DivClassName
{
background-color: #DC2755;
}
.BgClassName
{
background-color: #DC2755;
}
</style>
border-color css
<style>
span { border-color: #DC2755; }
span { border-color: rgb(220,39,85); }
td.TdClassName
{
border-color: #DC2755;
}
.TagClassName
{
border-color: #DC2755;
}
</style>