Shades of Amaranth #DF4055
Tints of Amaranth #DF4055
RGB
CMYK
RGB Variations
Color information
#DF4055 (or 0xDF4055) is known color: Amaranth. HEX triplet: DF, 40 and 55. RGB value is (223,64,85). Sum of RGB (Red+Green+Blue) = 223+64+85=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4055 is #20BFAA. Grayscale: #727272. Windows color (decimal): -2146219 or 5587167. OLE color: 5587167.
HSL color Cylindrical-coordinate representation of color #DF4055: hue angle of 352.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4055 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 85 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.13 |
| HSL | 352.08º | 0.71% | 0.56% | - |
| HSV(B) | 352.08º | 0.71% | 0.87% | - |
| XYZ | 33.9 | 20.01 | 10.67 | - |
| YUV | 113.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 85 | 0 | 0.71 | 0.62 | 0.13 | 352.08 | 0.71 | 0.56 |
| Hex | DF | 40 | 55 | 0 | 47 | 3E | D | 160 | 47 | 38 |
| Octal | 337 | 100 | 125 | 0 | 107 | 76 | 15 | 540 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1010101 | 0 | 1000111 | 111110 | 1101 | 101100000 | 1000111 | 111000 |
Color Harmonies of #DF4055
Complementary color
Monochromatic Colors of #DF4055
Black with #DF4055
Text Example
Text Example
White with #DF4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4055; }
p { color: rgb(223,64,85); }
H1.HeaderClassName
{
color: #DF4055;
}
.AnyTagClassName
{
color: #DF4055;
}
</style>
background-color css
<style>
a { background-color: #DF4055; }
a { background-color: rgb(223,64,85); }
div.DivClassName
{
background-color: #DF4055;
}
.BgClassName
{
background-color: #DF4055;
}
</style>
border-color css
<style>
span { border-color: #DF4055; }
span { border-color: rgb(223,64,85); }
td.TdClassName
{
border-color: #DF4055;
}
.TagClassName
{
border-color: #DF4055;
}
</style>