Shades of Amaranth #DF2058
Tints of Amaranth #DF2058
RGB
CMYK
RGB Variations
Color information
#DF2058 (or 0xDF2058) is known color: Amaranth. HEX triplet: DF, 20 and 58. RGB value is (223,32,88). Sum of RGB (Red+Green+Blue) = 223+32+88=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2058 is #20DFA7. Grayscale: #5F5F5F. Windows color (decimal): -2154408 or 5775583. OLE color: 5775583.
HSL color Cylindrical-coordinate representation of color #DF2058: hue angle of 342.41º 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 #DF2058 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 88 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.13 |
| HSL | 342.41º | 0.75% | 0.5% | - |
| HSV(B) | 342.41º | 0.86% | 0.87% | - |
| XYZ | 32.71 | 17.43 | 10.87 | - |
| YUV | 95.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 88 | 0 | 0.86 | 0.61 | 0.13 | 342.41 | 0.75 | 0.5 |
| Hex | DF | 20 | 58 | 0 | 56 | 3D | D | 156 | 4B | 32 |
| Octal | 337 | 40 | 130 | 0 | 126 | 75 | 15 | 526 | 113 | 62 |
| Binary | 11011111 | 100000 | 1011000 | 0 | 1010110 | 111101 | 1101 | 101010110 | 1001011 | 110010 |
Color Harmonies of #DF2058
Complementary color
Monochromatic Colors of #DF2058
Black with #DF2058
Text Example
Text Example
White with #DF2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2058; }
p { color: rgb(223,32,88); }
H1.HeaderClassName
{
color: #DF2058;
}
.AnyTagClassName
{
color: #DF2058;
}
</style>
background-color css
<style>
a { background-color: #DF2058; }
a { background-color: rgb(223,32,88); }
div.DivClassName
{
background-color: #DF2058;
}
.BgClassName
{
background-color: #DF2058;
}
</style>
border-color css
<style>
span { border-color: #DF2058; }
span { border-color: rgb(223,32,88); }
td.TdClassName
{
border-color: #DF2058;
}
.TagClassName
{
border-color: #DF2058;
}
</style>