Shades of Amaranth #DC3156
Tints of Amaranth #DC3156
RGB
CMYK
RGB Variations
Color information
#DC3156 (or 0xDC3156) is known color: Amaranth. HEX triplet: DC, 31 and 56. RGB value is (220,49,86). Sum of RGB (Red+Green+Blue) = 220+49+86=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3156 is #23CEA9. Grayscale: #686868. Windows color (decimal): -2346666 or 5648860. OLE color: 5648860.
HSL color Cylindrical-coordinate representation of color #DC3156: hue angle of 347.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3156 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 86 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.14 |
| HSL | 347.02º | 0.71% | 0.53% | - |
| HSV(B) | 347.02º | 0.78% | 0.86% | - |
| XYZ | 32.29 | 18.08 | 10.59 | - |
| YUV | 104.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 86 | 0 | 0.78 | 0.61 | 0.14 | 347.02 | 0.71 | 0.53 |
| Hex | DC | 31 | 56 | 0 | 4E | 3D | E | 15B | 47 | 35 |
| Octal | 334 | 61 | 126 | 0 | 116 | 75 | 16 | 533 | 107 | 65 |
| Binary | 11011100 | 110001 | 1010110 | 0 | 1001110 | 111101 | 1110 | 101011011 | 1000111 | 110101 |
Color Harmonies of #DC3156
Complementary color
Monochromatic Colors of #DC3156
Black with #DC3156
Text Example
Text Example
White with #DC3156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3156; }
p { color: rgb(220,49,86); }
H1.HeaderClassName
{
color: #DC3156;
}
.AnyTagClassName
{
color: #DC3156;
}
</style>
background-color css
<style>
a { background-color: #DC3156; }
a { background-color: rgb(220,49,86); }
div.DivClassName
{
background-color: #DC3156;
}
.BgClassName
{
background-color: #DC3156;
}
</style>
border-color css
<style>
span { border-color: #DC3156; }
span { border-color: rgb(220,49,86); }
td.TdClassName
{
border-color: #DC3156;
}
.TagClassName
{
border-color: #DC3156;
}
</style>