Shades of Amaranth #DC2159
Tints of Amaranth #DC2159
RGB
CMYK
RGB Variations
Color information
#DC2159 (or 0xDC2159) is known color: Amaranth. HEX triplet: DC, 21 and 59. RGB value is (220,33,89). Sum of RGB (Red+Green+Blue) = 220+33+89=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2159 is #23DEA6. Grayscale: #5F5F5F. Windows color (decimal): -2350759 or 5841372. OLE color: 5841372.
HSL color Cylindrical-coordinate representation of color #DC2159: hue angle of 342.03º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2159 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 89 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.14 |
| HSL | 342.03º | 0.74% | 0.5% | - |
| HSV(B) | 342.03º | 0.85% | 0.86% | - |
| XYZ | 31.86 | 17.02 | 11.06 | - |
| YUV | 95.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 89 | 0 | 0.85 | 0.60 | 0.14 | 342.03 | 0.74 | 0.5 |
| Hex | DC | 21 | 59 | 0 | 55 | 3C | E | 156 | 4A | 32 |
| Octal | 334 | 41 | 131 | 0 | 125 | 74 | 16 | 526 | 112 | 62 |
| Binary | 11011100 | 100001 | 1011001 | 0 | 1010101 | 111100 | 1110 | 101010110 | 1001010 | 110010 |
Color Harmonies of #DC2159
Complementary color
Monochromatic Colors of #DC2159
Black with #DC2159
Text Example
Text Example
White with #DC2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2159; }
p { color: rgb(220,33,89); }
H1.HeaderClassName
{
color: #DC2159;
}
.AnyTagClassName
{
color: #DC2159;
}
</style>
background-color css
<style>
a { background-color: #DC2159; }
a { background-color: rgb(220,33,89); }
div.DivClassName
{
background-color: #DC2159;
}
.BgClassName
{
background-color: #DC2159;
}
</style>
border-color css
<style>
span { border-color: #DC2159; }
span { border-color: rgb(220,33,89); }
td.TdClassName
{
border-color: #DC2159;
}
.TagClassName
{
border-color: #DC2159;
}
</style>