Shades of Amaranth #DF2054
Tints of Amaranth #DF2054
RGB
CMYK
RGB Variations
Color information
#DF2054 (or 0xDF2054) is known color: Amaranth. HEX triplet: DF, 20 and 54. RGB value is (223,32,84). Sum of RGB (Red+Green+Blue) = 223+32+84=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2054 is #20DFAB. Grayscale: #5F5F5F. Windows color (decimal): -2154412 or 5513439. OLE color: 5513439.
HSL color Cylindrical-coordinate representation of color #DF2054: hue angle of 343.66º 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 #DF2054 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 84 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.13 |
| HSL | 343.66º | 0.75% | 0.5% | - |
| HSV(B) | 343.66º | 0.86% | 0.87% | - |
| XYZ | 32.55 | 17.36 | 10.02 | - |
| YUV | 95.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 84 | 0 | 0.86 | 0.62 | 0.13 | 343.66 | 0.75 | 0.5 |
| Hex | DF | 20 | 54 | 0 | 56 | 3E | D | 158 | 4B | 32 |
| Octal | 337 | 40 | 124 | 0 | 126 | 76 | 15 | 530 | 113 | 62 |
| Binary | 11011111 | 100000 | 1010100 | 0 | 1010110 | 111110 | 1101 | 101011000 | 1001011 | 110010 |
Color Harmonies of #DF2054
Complementary color
Monochromatic Colors of #DF2054
Black with #DF2054
Text Example
Text Example
White with #DF2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2054; }
p { color: rgb(223,32,84); }
H1.HeaderClassName
{
color: #DF2054;
}
.AnyTagClassName
{
color: #DF2054;
}
</style>
background-color css
<style>
a { background-color: #DF2054; }
a { background-color: rgb(223,32,84); }
div.DivClassName
{
background-color: #DF2054;
}
.BgClassName
{
background-color: #DF2054;
}
</style>
border-color css
<style>
span { border-color: #DF2054; }
span { border-color: rgb(223,32,84); }
td.TdClassName
{
border-color: #DF2054;
}
.TagClassName
{
border-color: #DF2054;
}
</style>