Shades of Amaranth #DF284E
Tints of Amaranth #DF284E
RGB
CMYK
RGB Variations
Color information
#DF284E (or 0xDF284E) is known color: Amaranth. HEX triplet: DF, 28 and 4E. RGB value is (223,40,78). Sum of RGB (Red+Green+Blue) = 223+40+78=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF284E is #20D7B1. Grayscale: #636363. Windows color (decimal): -2152370 or 5122271. OLE color: 5122271.
HSL color Cylindrical-coordinate representation of color #DF284E: hue angle of 347.54º 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 #DF284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.54º | 0.74% | 0.52% | - |
| HSV(B) | 347.54º | 0.82% | 0.87% | - |
| XYZ | 32.57 | 17.76 | 8.92 | - |
| YUV | 99.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 78 | 0 | 0.82 | 0.65 | 0.13 | 347.54 | 0.74 | 0.52 |
| Hex | DF | 28 | 4E | 0 | 52 | 41 | D | 15C | 4A | 34 |
| Octal | 337 | 50 | 116 | 0 | 122 | 101 | 15 | 534 | 112 | 64 |
| Binary | 11011111 | 101000 | 1001110 | 0 | 1010010 | 1000001 | 1101 | 101011100 | 1001010 | 110100 |
Color Harmonies of #DF284E
Complementary color
Monochromatic Colors of #DF284E
Black with #DF284E
Text Example
Text Example
White with #DF284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF284E; }
p { color: rgb(223,40,78); }
H1.HeaderClassName
{
color: #DF284E;
}
.AnyTagClassName
{
color: #DF284E;
}
</style>
background-color css
<style>
a { background-color: #DF284E; }
a { background-color: rgb(223,40,78); }
div.DivClassName
{
background-color: #DF284E;
}
.BgClassName
{
background-color: #DF284E;
}
</style>
border-color css
<style>
span { border-color: #DF284E; }
span { border-color: rgb(223,40,78); }
td.TdClassName
{
border-color: #DF284E;
}
.TagClassName
{
border-color: #DF284E;
}
</style>