Shades of Amaranth #DF2157
Tints of Amaranth #DF2157
RGB
CMYK
RGB Variations
Color information
#DF2157 (or 0xDF2157) is known color: Amaranth. HEX triplet: DF, 21 and 57. RGB value is (223,33,87). Sum of RGB (Red+Green+Blue) = 223+33+87=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2157 is #20DEA8. Grayscale: #5F5F5F. Windows color (decimal): -2154153 or 5710303. OLE color: 5710303.
HSL color Cylindrical-coordinate representation of color #DF2157: hue angle of 342.95º degrees, saturation: 0.75, 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 #DF2157 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 87 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.13 |
| HSL | 342.95º | 0.75% | 0.5% | - |
| HSV(B) | 342.95º | 0.85% | 0.87% | - |
| XYZ | 32.7 | 17.46 | 10.66 | - |
| YUV | 95.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 87 | 0 | 0.85 | 0.61 | 0.13 | 342.95 | 0.75 | 0.5 |
| Hex | DF | 21 | 57 | 0 | 55 | 3D | D | 157 | 4B | 32 |
| Octal | 337 | 41 | 127 | 0 | 125 | 75 | 15 | 527 | 113 | 62 |
| Binary | 11011111 | 100001 | 1010111 | 0 | 1010101 | 111101 | 1101 | 101010111 | 1001011 | 110010 |
Color Harmonies of #DF2157
Complementary color
Monochromatic Colors of #DF2157
Black with #DF2157
Text Example
Text Example
White with #DF2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2157; }
p { color: rgb(223,33,87); }
H1.HeaderClassName
{
color: #DF2157;
}
.AnyTagClassName
{
color: #DF2157;
}
</style>
background-color css
<style>
a { background-color: #DF2157; }
a { background-color: rgb(223,33,87); }
div.DivClassName
{
background-color: #DF2157;
}
.BgClassName
{
background-color: #DF2157;
}
</style>
border-color css
<style>
span { border-color: #DF2157; }
span { border-color: rgb(223,33,87); }
td.TdClassName
{
border-color: #DF2157;
}
.TagClassName
{
border-color: #DF2157;
}
</style>