Shades of Amaranth #DD2F57
Tints of Amaranth #DD2F57
RGB
CMYK
RGB Variations
Color information
#DD2F57 (or 0xDD2F57) is known color: Amaranth. HEX triplet: DD, 2F and 57. RGB value is (221,47,87). Sum of RGB (Red+Green+Blue) = 221+47+87=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F57 is #22D0A8. Grayscale: #676767. Windows color (decimal): -2281641 or 5713885. OLE color: 5713885.
HSL color Cylindrical-coordinate representation of color #DD2F57: hue angle of 346.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F57 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 87 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.13 |
| HSL | 346.21º | 0.72% | 0.53% | - |
| HSV(B) | 346.21º | 0.79% | 0.87% | - |
| XYZ | 32.56 | 18.09 | 10.79 | - |
| YUV | 103.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 87 | 0 | 0.79 | 0.61 | 0.13 | 346.21 | 0.72 | 0.53 |
| Hex | DD | 2F | 57 | 0 | 4F | 3D | D | 15A | 48 | 35 |
| Octal | 335 | 57 | 127 | 0 | 117 | 75 | 15 | 532 | 110 | 65 |
| Binary | 11011101 | 101111 | 1010111 | 0 | 1001111 | 111101 | 1101 | 101011010 | 1001000 | 110101 |
Color Harmonies of #DD2F57
Complementary color
Monochromatic Colors of #DD2F57
Black with #DD2F57
Text Example
Text Example
White with #DD2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F57; }
p { color: rgb(221,47,87); }
H1.HeaderClassName
{
color: #DD2F57;
}
.AnyTagClassName
{
color: #DD2F57;
}
</style>
background-color css
<style>
a { background-color: #DD2F57; }
a { background-color: rgb(221,47,87); }
div.DivClassName
{
background-color: #DD2F57;
}
.BgClassName
{
background-color: #DD2F57;
}
</style>
border-color css
<style>
span { border-color: #DD2F57; }
span { border-color: rgb(221,47,87); }
td.TdClassName
{
border-color: #DD2F57;
}
.TagClassName
{
border-color: #DD2F57;
}
</style>