Shades of Amaranth #DF204F
Tints of Amaranth #DF204F
RGB
CMYK
RGB Variations
Color information
#DF204F (or 0xDF204F) is known color: Amaranth. HEX triplet: DF, 20 and 4F. RGB value is (223,32,79). Sum of RGB (Red+Green+Blue) = 223+32+79=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF204F is #20DFB0. Grayscale: #5E5E5E. Windows color (decimal): -2154417 or 5185759. OLE color: 5185759.
HSL color Cylindrical-coordinate representation of color #DF204F: hue angle of 345.24º 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 #DF204F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 79 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.13 |
| HSL | 345.24º | 0.75% | 0.5% | - |
| HSV(B) | 345.24º | 0.86% | 0.87% | - |
| XYZ | 32.36 | 17.29 | 9.03 | - |
| YUV | 94.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 79 | 0 | 0.86 | 0.65 | 0.13 | 345.24 | 0.75 | 0.5 |
| Hex | DF | 20 | 4F | 0 | 56 | 41 | D | 159 | 4B | 32 |
| Octal | 337 | 40 | 117 | 0 | 126 | 101 | 15 | 531 | 113 | 62 |
| Binary | 11011111 | 100000 | 1001111 | 0 | 1010110 | 1000001 | 1101 | 101011001 | 1001011 | 110010 |
Color Harmonies of #DF204F
Complementary color
Monochromatic Colors of #DF204F
Black with #DF204F
Text Example
Text Example
White with #DF204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF204F; }
p { color: rgb(223,32,79); }
H1.HeaderClassName
{
color: #DF204F;
}
.AnyTagClassName
{
color: #DF204F;
}
</style>
background-color css
<style>
a { background-color: #DF204F; }
a { background-color: rgb(223,32,79); }
div.DivClassName
{
background-color: #DF204F;
}
.BgClassName
{
background-color: #DF204F;
}
</style>
border-color css
<style>
span { border-color: #DF204F; }
span { border-color: rgb(223,32,79); }
td.TdClassName
{
border-color: #DF204F;
}
.TagClassName
{
border-color: #DF204F;
}
</style>