Shades of Amaranth #DF4153
Tints of Amaranth #DF4153
RGB
CMYK
RGB Variations
Color information
#DF4153 (or 0xDF4153) is known color: Amaranth. HEX triplet: DF, 41 and 53. RGB value is (223,65,83). Sum of RGB (Red+Green+Blue) = 223+65+83=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4153 is #20BEAC. Grayscale: #727272. Windows color (decimal): -2145965 or 5456351. OLE color: 5456351.
HSL color Cylindrical-coordinate representation of color #DF4153: hue angle of 353.16º 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 #DF4153 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 83 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.13 |
| HSL | 353.16º | 0.71% | 0.56% | - |
| HSV(B) | 353.16º | 0.71% | 0.87% | - |
| XYZ | 33.88 | 20.09 | 10.28 | - |
| YUV | 114.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 83 | 0 | 0.71 | 0.63 | 0.13 | 353.16 | 0.71 | 0.56 |
| Hex | DF | 41 | 53 | 0 | 47 | 3F | D | 161 | 47 | 38 |
| Octal | 337 | 101 | 123 | 0 | 107 | 77 | 15 | 541 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1010011 | 0 | 1000111 | 111111 | 1101 | 101100001 | 1000111 | 111000 |
Color Harmonies of #DF4153
Complementary color
Monochromatic Colors of #DF4153
Black with #DF4153
Text Example
Text Example
White with #DF4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4153; }
p { color: rgb(223,65,83); }
H1.HeaderClassName
{
color: #DF4153;
}
.AnyTagClassName
{
color: #DF4153;
}
</style>
background-color css
<style>
a { background-color: #DF4153; }
a { background-color: rgb(223,65,83); }
div.DivClassName
{
background-color: #DF4153;
}
.BgClassName
{
background-color: #DF4153;
}
</style>
border-color css
<style>
span { border-color: #DF4153; }
span { border-color: rgb(223,65,83); }
td.TdClassName
{
border-color: #DF4153;
}
.TagClassName
{
border-color: #DF4153;
}
</style>