Shades of Amaranth #DD2157
Tints of Amaranth #DD2157
RGB
CMYK
RGB Variations
Color information
#DD2157 (or 0xDD2157) is known color: Amaranth. HEX triplet: DD, 21 and 57. RGB value is (221,33,87). Sum of RGB (Red+Green+Blue) = 221+33+87=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2157 is #22DEA8. Grayscale: #5F5F5F. Windows color (decimal): -2285225 or 5710301. OLE color: 5710301.
HSL color Cylindrical-coordinate representation of color #DD2157: hue angle of 342.77º 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 #DD2157 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 87 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.13 |
| HSL | 342.77º | 0.74% | 0.5% | - |
| HSV(B) | 342.77º | 0.85% | 0.87% | - |
| XYZ | 32.08 | 17.15 | 10.64 | - |
| YUV | 95.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 87 | 0 | 0.85 | 0.61 | 0.13 | 342.77 | 0.74 | 0.5 |
| Hex | DD | 21 | 57 | 0 | 55 | 3D | D | 157 | 4A | 32 |
| Octal | 335 | 41 | 127 | 0 | 125 | 75 | 15 | 527 | 112 | 62 |
| Binary | 11011101 | 100001 | 1010111 | 0 | 1010101 | 111101 | 1101 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DD2157
Complementary color
Monochromatic Colors of #DD2157
Black with #DD2157
Text Example
Text Example
White with #DD2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2157; }
p { color: rgb(221,33,87); }
H1.HeaderClassName
{
color: #DD2157;
}
.AnyTagClassName
{
color: #DD2157;
}
</style>
background-color css
<style>
a { background-color: #DD2157; }
a { background-color: rgb(221,33,87); }
div.DivClassName
{
background-color: #DD2157;
}
.BgClassName
{
background-color: #DD2157;
}
</style>
border-color css
<style>
span { border-color: #DD2157; }
span { border-color: rgb(221,33,87); }
td.TdClassName
{
border-color: #DD2157;
}
.TagClassName
{
border-color: #DD2157;
}
</style>