Shades of Amaranth #DD2159
Tints of Amaranth #DD2159
RGB
CMYK
RGB Variations
Color information
#DD2159 (or 0xDD2159) is known color: Amaranth. HEX triplet: DD, 21 and 59. RGB value is (221,33,89). Sum of RGB (Red+Green+Blue) = 221+33+89=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2159 is #22DEA6. Grayscale: #5F5F5F. Windows color (decimal): -2285223 or 5841373. OLE color: 5841373.
HSL color Cylindrical-coordinate representation of color #DD2159: hue angle of 342.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2159 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 89 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.13 |
| HSL | 342.13º | 0.74% | 0.5% | - |
| HSV(B) | 342.13º | 0.85% | 0.87% | - |
| XYZ | 32.17 | 17.18 | 11.07 | - |
| YUV | 95.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 89 | 0 | 0.85 | 0.60 | 0.13 | 342.13 | 0.74 | 0.5 |
| Hex | DD | 21 | 59 | 0 | 55 | 3C | D | 156 | 4A | 32 |
| Octal | 335 | 41 | 131 | 0 | 125 | 74 | 15 | 526 | 112 | 62 |
| Binary | 11011101 | 100001 | 1011001 | 0 | 1010101 | 111100 | 1101 | 101010110 | 1001010 | 110010 |
Color Harmonies of #DD2159
Complementary color
Monochromatic Colors of #DD2159
Black with #DD2159
Text Example
Text Example
White with #DD2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2159; }
p { color: rgb(221,33,89); }
H1.HeaderClassName
{
color: #DD2159;
}
.AnyTagClassName
{
color: #DD2159;
}
</style>
background-color css
<style>
a { background-color: #DD2159; }
a { background-color: rgb(221,33,89); }
div.DivClassName
{
background-color: #DD2159;
}
.BgClassName
{
background-color: #DD2159;
}
</style>
border-color css
<style>
span { border-color: #DD2159; }
span { border-color: rgb(221,33,89); }
td.TdClassName
{
border-color: #DD2159;
}
.TagClassName
{
border-color: #DD2159;
}
</style>