Shades of Amaranth #DF204D
Tints of Amaranth #DF204D
RGB
CMYK
RGB Variations
Color information
#DF204D (or 0xDF204D) is known color: Amaranth. HEX triplet: DF, 20 and 4D. RGB value is (223,32,77). Sum of RGB (Red+Green+Blue) = 223+32+77=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF204D is #20DFB2. Grayscale: #5E5E5E. Windows color (decimal): -2154419 or 5054687. OLE color: 5054687.
HSL color Cylindrical-coordinate representation of color #DF204D: hue angle of 345.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF204D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.13 |
| HSL | 345.86º | 0.75% | 0.5% | - |
| HSV(B) | 345.86º | 0.86% | 0.87% | - |
| XYZ | 32.29 | 17.26 | 8.65 | - |
| YUV | 94.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 77 | 0 | 0.86 | 0.65 | 0.13 | 345.86 | 0.75 | 0.5 |
| Hex | DF | 20 | 4D | 0 | 56 | 41 | D | 15A | 4B | 32 |
| Octal | 337 | 40 | 115 | 0 | 126 | 101 | 15 | 532 | 113 | 62 |
| Binary | 11011111 | 100000 | 1001101 | 0 | 1010110 | 1000001 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DF204D
Complementary color
Monochromatic Colors of #DF204D
Black with #DF204D
Text Example
Text Example
White with #DF204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF204D; }
p { color: rgb(223,32,77); }
H1.HeaderClassName
{
color: #DF204D;
}
.AnyTagClassName
{
color: #DF204D;
}
</style>
background-color css
<style>
a { background-color: #DF204D; }
a { background-color: rgb(223,32,77); }
div.DivClassName
{
background-color: #DF204D;
}
.BgClassName
{
background-color: #DF204D;
}
</style>
border-color css
<style>
span { border-color: #DF204D; }
span { border-color: rgb(223,32,77); }
td.TdClassName
{
border-color: #DF204D;
}
.TagClassName
{
border-color: #DF204D;
}
</style>