Shades of Amaranth #DF2158
Tints of Amaranth #DF2158
RGB
CMYK
RGB Variations
Color information
#DF2158 (or 0xDF2158) is known color: Amaranth. HEX triplet: DF, 21 and 58. RGB value is (223,33,88). Sum of RGB (Red+Green+Blue) = 223+33+88=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2158 is #20DEA7. Grayscale: #606060. Windows color (decimal): -2154152 or 5775839. OLE color: 5775839.
HSL color Cylindrical-coordinate representation of color #DF2158: hue angle of 342.63º 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 #DF2158 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 88 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.13 |
| HSL | 342.63º | 0.75% | 0.5% | - |
| HSV(B) | 342.63º | 0.85% | 0.87% | - |
| XYZ | 32.74 | 17.48 | 10.88 | - |
| YUV | 96.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 88 | 0 | 0.85 | 0.61 | 0.13 | 342.63 | 0.75 | 0.5 |
| Hex | DF | 21 | 58 | 0 | 55 | 3D | D | 157 | 4B | 32 |
| Octal | 337 | 41 | 130 | 0 | 125 | 75 | 15 | 527 | 113 | 62 |
| Binary | 11011111 | 100001 | 1011000 | 0 | 1010101 | 111101 | 1101 | 101010111 | 1001011 | 110010 |
Color Harmonies of #DF2158
Complementary color
Monochromatic Colors of #DF2158
Black with #DF2158
Text Example
Text Example
White with #DF2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2158; }
p { color: rgb(223,33,88); }
H1.HeaderClassName
{
color: #DF2158;
}
.AnyTagClassName
{
color: #DF2158;
}
</style>
background-color css
<style>
a { background-color: #DF2158; }
a { background-color: rgb(223,33,88); }
div.DivClassName
{
background-color: #DF2158;
}
.BgClassName
{
background-color: #DF2158;
}
</style>
border-color css
<style>
span { border-color: #DF2158; }
span { border-color: rgb(223,33,88); }
td.TdClassName
{
border-color: #DF2158;
}
.TagClassName
{
border-color: #DF2158;
}
</style>