Shades of Amaranth #DF284D
Tints of Amaranth #DF284D
RGB
CMYK
RGB Variations
Color information
#DF284D (or 0xDF284D) is known color: Amaranth. HEX triplet: DF, 28 and 4D. RGB value is (223,40,77). Sum of RGB (Red+Green+Blue) = 223+40+77=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF284D is #20D7B2. Grayscale: #626262. Windows color (decimal): -2152371 or 5056735. OLE color: 5056735.
HSL color Cylindrical-coordinate representation of color #DF284D: hue angle of 347.87º 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 #DF284D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 77 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.87º | 0.74% | 0.52% | - |
| HSV(B) | 347.87º | 0.82% | 0.87% | - |
| XYZ | 32.53 | 17.74 | 8.73 | - |
| YUV | 98.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 77 | 0 | 0.82 | 0.65 | 0.13 | 347.87 | 0.74 | 0.52 |
| Hex | DF | 28 | 4D | 0 | 52 | 41 | D | 15C | 4A | 34 |
| Octal | 337 | 50 | 115 | 0 | 122 | 101 | 15 | 534 | 112 | 64 |
| Binary | 11011111 | 101000 | 1001101 | 0 | 1010010 | 1000001 | 1101 | 101011100 | 1001010 | 110100 |
Color Harmonies of #DF284D
Complementary color
Monochromatic Colors of #DF284D
Black with #DF284D
Text Example
Text Example
White with #DF284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF284D; }
p { color: rgb(223,40,77); }
H1.HeaderClassName
{
color: #DF284D;
}
.AnyTagClassName
{
color: #DF284D;
}
</style>
background-color css
<style>
a { background-color: #DF284D; }
a { background-color: rgb(223,40,77); }
div.DivClassName
{
background-color: #DF284D;
}
.BgClassName
{
background-color: #DF284D;
}
</style>
border-color css
<style>
span { border-color: #DF284D; }
span { border-color: rgb(223,40,77); }
td.TdClassName
{
border-color: #DF284D;
}
.TagClassName
{
border-color: #DF284D;
}
</style>