Shades of Amaranth #DF294D
Tints of Amaranth #DF294D
RGB
CMYK
RGB Variations
Color information
#DF294D (or 0xDF294D) is known color: Amaranth. HEX triplet: DF, 29 and 4D. RGB value is (223,41,77). Sum of RGB (Red+Green+Blue) = 223+41+77=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF294D is #20D6B2. Grayscale: #636363. Windows color (decimal): -2152115 or 5056991. OLE color: 5056991.
HSL color Cylindrical-coordinate representation of color #DF294D: hue angle of 348.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF294D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 77 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 348.13º | 0.74% | 0.52% | - |
| HSV(B) | 348.13º | 0.82% | 0.87% | - |
| XYZ | 32.56 | 17.81 | 8.74 | - |
| YUV | 99.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 77 | 0 | 0.82 | 0.65 | 0.13 | 348.13 | 0.74 | 0.52 |
| Hex | DF | 29 | 4D | 0 | 52 | 41 | D | 15C | 4A | 34 |
| Octal | 337 | 51 | 115 | 0 | 122 | 101 | 15 | 534 | 112 | 64 |
| Binary | 11011111 | 101001 | 1001101 | 0 | 1010010 | 1000001 | 1101 | 101011100 | 1001010 | 110100 |
Color Harmonies of #DF294D
Complementary color
Monochromatic Colors of #DF294D
Black with #DF294D
Text Example
Text Example
White with #DF294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF294D; }
p { color: rgb(223,41,77); }
H1.HeaderClassName
{
color: #DF294D;
}
.AnyTagClassName
{
color: #DF294D;
}
</style>
background-color css
<style>
a { background-color: #DF294D; }
a { background-color: rgb(223,41,77); }
div.DivClassName
{
background-color: #DF294D;
}
.BgClassName
{
background-color: #DF294D;
}
</style>
border-color css
<style>
span { border-color: #DF294D; }
span { border-color: rgb(223,41,77); }
td.TdClassName
{
border-color: #DF294D;
}
.TagClassName
{
border-color: #DF294D;
}
</style>