Shades of Amaranth #DF2057
Tints of Amaranth #DF2057
RGB
CMYK
RGB Variations
Color information
#DF2057 (or 0xDF2057) is known color: Amaranth. HEX triplet: DF, 20 and 57. RGB value is (223,32,87). Sum of RGB (Red+Green+Blue) = 223+32+87=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2057 is #20DFA8. Grayscale: #5F5F5F. Windows color (decimal): -2154409 or 5710047. OLE color: 5710047.
HSL color Cylindrical-coordinate representation of color #DF2057: hue angle of 342.72º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2057 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 87 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.13 |
| HSL | 342.72º | 0.75% | 0.5% | - |
| HSV(B) | 342.72º | 0.86% | 0.87% | - |
| XYZ | 32.67 | 17.41 | 10.66 | - |
| YUV | 95.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 87 | 0 | 0.86 | 0.61 | 0.13 | 342.72 | 0.75 | 0.5 |
| Hex | DF | 20 | 57 | 0 | 56 | 3D | D | 157 | 4B | 32 |
| Octal | 337 | 40 | 127 | 0 | 126 | 75 | 15 | 527 | 113 | 62 |
| Binary | 11011111 | 100000 | 1010111 | 0 | 1010110 | 111101 | 1101 | 101010111 | 1001011 | 110010 |
Color Harmonies of #DF2057
Complementary color
Monochromatic Colors of #DF2057
Black with #DF2057
Text Example
Text Example
White with #DF2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2057; }
p { color: rgb(223,32,87); }
H1.HeaderClassName
{
color: #DF2057;
}
.AnyTagClassName
{
color: #DF2057;
}
</style>
background-color css
<style>
a { background-color: #DF2057; }
a { background-color: rgb(223,32,87); }
div.DivClassName
{
background-color: #DF2057;
}
.BgClassName
{
background-color: #DF2057;
}
</style>
border-color css
<style>
span { border-color: #DF2057; }
span { border-color: rgb(223,32,87); }
td.TdClassName
{
border-color: #DF2057;
}
.TagClassName
{
border-color: #DF2057;
}
</style>