Shades of Amaranth #DF224E
Tints of Amaranth #DF224E
RGB
CMYK
RGB Variations
Color information
#DF224E (or 0xDF224E) is known color: Amaranth. HEX triplet: DF, 22 and 4E. RGB value is (223,34,78). Sum of RGB (Red+Green+Blue) = 223+34+78=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF224E is #20DDB1. Grayscale: #5F5F5F. Windows color (decimal): -2153906 or 5120735. OLE color: 5120735.
HSL color Cylindrical-coordinate representation of color #DF224E: hue angle of 346.03º 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 #DF224E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 78 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.13 |
| HSL | 346.03º | 0.75% | 0.5% | - |
| HSV(B) | 346.03º | 0.85% | 0.87% | - |
| XYZ | 32.38 | 17.38 | 8.86 | - |
| YUV | 95.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 78 | 0 | 0.85 | 0.65 | 0.13 | 346.03 | 0.75 | 0.5 |
| Hex | DF | 22 | 4E | 0 | 55 | 41 | D | 15A | 4B | 32 |
| Octal | 337 | 42 | 116 | 0 | 125 | 101 | 15 | 532 | 113 | 62 |
| Binary | 11011111 | 100010 | 1001110 | 0 | 1010101 | 1000001 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DF224E
Complementary color
Monochromatic Colors of #DF224E
Black with #DF224E
Text Example
Text Example
White with #DF224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF224E; }
p { color: rgb(223,34,78); }
H1.HeaderClassName
{
color: #DF224E;
}
.AnyTagClassName
{
color: #DF224E;
}
</style>
background-color css
<style>
a { background-color: #DF224E; }
a { background-color: rgb(223,34,78); }
div.DivClassName
{
background-color: #DF224E;
}
.BgClassName
{
background-color: #DF224E;
}
</style>
border-color css
<style>
span { border-color: #DF224E; }
span { border-color: rgb(223,34,78); }
td.TdClassName
{
border-color: #DF224E;
}
.TagClassName
{
border-color: #DF224E;
}
</style>