Shades of Amaranth #DF2048
Tints of Amaranth #DF2048
RGB
CMYK
RGB Variations
Color information
#DF2048 (or 0xDF2048) is known color: Amaranth. HEX triplet: DF, 20 and 48. RGB value is (223,32,72). Sum of RGB (Red+Green+Blue) = 223+32+72=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2048 is #20DFB7. Grayscale: #5D5D5D. Windows color (decimal): -2154424 or 4727007. OLE color: 4727007.
HSL color Cylindrical-coordinate representation of color #DF2048: hue angle of 347.43º 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 #DF2048 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 72 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.13 |
| HSL | 347.43º | 0.75% | 0.5% | - |
| HSV(B) | 347.43º | 0.86% | 0.87% | - |
| XYZ | 32.12 | 17.19 | 7.76 | - |
| YUV | 93.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 72 | 0 | 0.86 | 0.68 | 0.13 | 347.43 | 0.75 | 0.5 |
| Hex | DF | 20 | 48 | 0 | 56 | 44 | D | 15B | 4B | 32 |
| Octal | 337 | 40 | 110 | 0 | 126 | 104 | 15 | 533 | 113 | 62 |
| Binary | 11011111 | 100000 | 1001000 | 0 | 1010110 | 1000100 | 1101 | 101011011 | 1001011 | 110010 |
Color Harmonies of #DF2048
Complementary color
Monochromatic Colors of #DF2048
Black with #DF2048
Text Example
Text Example
White with #DF2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2048; }
p { color: rgb(223,32,72); }
H1.HeaderClassName
{
color: #DF2048;
}
.AnyTagClassName
{
color: #DF2048;
}
</style>
background-color css
<style>
a { background-color: #DF2048; }
a { background-color: rgb(223,32,72); }
div.DivClassName
{
background-color: #DF2048;
}
.BgClassName
{
background-color: #DF2048;
}
</style>
border-color css
<style>
span { border-color: #DF2048; }
span { border-color: rgb(223,32,72); }
td.TdClassName
{
border-color: #DF2048;
}
.TagClassName
{
border-color: #DF2048;
}
</style>