Shades of Amaranth #DF204C
Tints of Amaranth #DF204C
RGB
CMYK
RGB Variations
Color information
#DF204C (or 0xDF204C) is known color: Amaranth. HEX triplet: DF, 20 and 4C. RGB value is (223,32,76). Sum of RGB (Red+Green+Blue) = 223+32+76=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF204C is #20DFB3. Grayscale: #5E5E5E. Windows color (decimal): -2154420 or 4989151. OLE color: 4989151.
HSL color Cylindrical-coordinate representation of color #DF204C: hue angle of 346.18º 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 #DF204C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 76 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.13 |
| HSL | 346.18º | 0.75% | 0.5% | - |
| HSV(B) | 346.18º | 0.86% | 0.87% | - |
| XYZ | 32.25 | 17.24 | 8.47 | - |
| YUV | 94.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 76 | 0 | 0.86 | 0.66 | 0.13 | 346.18 | 0.75 | 0.5 |
| Hex | DF | 20 | 4C | 0 | 56 | 42 | D | 15A | 4B | 32 |
| Octal | 337 | 40 | 114 | 0 | 126 | 102 | 15 | 532 | 113 | 62 |
| Binary | 11011111 | 100000 | 1001100 | 0 | 1010110 | 1000010 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DF204C
Complementary color
Monochromatic Colors of #DF204C
Black with #DF204C
Text Example
Text Example
White with #DF204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF204C; }
p { color: rgb(223,32,76); }
H1.HeaderClassName
{
color: #DF204C;
}
.AnyTagClassName
{
color: #DF204C;
}
</style>
background-color css
<style>
a { background-color: #DF204C; }
a { background-color: rgb(223,32,76); }
div.DivClassName
{
background-color: #DF204C;
}
.BgClassName
{
background-color: #DF204C;
}
</style>
border-color css
<style>
span { border-color: #DF204C; }
span { border-color: rgb(223,32,76); }
td.TdClassName
{
border-color: #DF204C;
}
.TagClassName
{
border-color: #DF204C;
}
</style>