Shades of Amaranth #DF284F
Tints of Amaranth #DF284F
RGB
CMYK
RGB Variations
Color information
#DF284F (or 0xDF284F) is known color: Amaranth. HEX triplet: DF, 28 and 4F. RGB value is (223,40,79). Sum of RGB (Red+Green+Blue) = 223+40+79=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF284F is #20D7B0. Grayscale: #636363. Windows color (decimal): -2152369 or 5187807. OLE color: 5187807.
HSL color Cylindrical-coordinate representation of color #DF284F: hue angle of 347.21º 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 #DF284F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 79 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.21º | 0.74% | 0.52% | - |
| HSV(B) | 347.21º | 0.82% | 0.87% | - |
| XYZ | 32.6 | 17.77 | 9.11 | - |
| YUV | 99.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 79 | 0 | 0.82 | 0.65 | 0.13 | 347.21 | 0.74 | 0.52 |
| Hex | DF | 28 | 4F | 0 | 52 | 41 | D | 15B | 4A | 34 |
| Octal | 337 | 50 | 117 | 0 | 122 | 101 | 15 | 533 | 112 | 64 |
| Binary | 11011111 | 101000 | 1001111 | 0 | 1010010 | 1000001 | 1101 | 101011011 | 1001010 | 110100 |
Color Harmonies of #DF284F
Complementary color
Monochromatic Colors of #DF284F
Black with #DF284F
Text Example
Text Example
White with #DF284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF284F; }
p { color: rgb(223,40,79); }
H1.HeaderClassName
{
color: #DF284F;
}
.AnyTagClassName
{
color: #DF284F;
}
</style>
background-color css
<style>
a { background-color: #DF284F; }
a { background-color: rgb(223,40,79); }
div.DivClassName
{
background-color: #DF284F;
}
.BgClassName
{
background-color: #DF284F;
}
</style>
border-color css
<style>
span { border-color: #DF284F; }
span { border-color: rgb(223,40,79); }
td.TdClassName
{
border-color: #DF284F;
}
.TagClassName
{
border-color: #DF284F;
}
</style>