Shades of Amaranth #DF4254
Tints of Amaranth #DF4254
RGB
CMYK
RGB Variations
Color information
#DF4254 (or 0xDF4254) is known color: Amaranth. HEX triplet: DF, 42 and 54. RGB value is (223,66,84). Sum of RGB (Red+Green+Blue) = 223+66+84=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4254 is #20BDAB. Grayscale: #737373. Windows color (decimal): -2145708 or 5522143. OLE color: 5522143.
HSL color Cylindrical-coordinate representation of color #DF4254: hue angle of 353.12º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4254 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 84 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.13 |
| HSL | 353.12º | 0.71% | 0.57% | - |
| HSV(B) | 353.12º | 0.7% | 0.87% | - |
| XYZ | 33.98 | 20.22 | 10.5 | - |
| YUV | 115 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 84 | 0 | 0.70 | 0.62 | 0.13 | 353.12 | 0.71 | 0.57 |
| Hex | DF | 42 | 54 | 0 | 46 | 3E | D | 161 | 47 | 39 |
| Octal | 337 | 102 | 124 | 0 | 106 | 76 | 15 | 541 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1010100 | 0 | 1000110 | 111110 | 1101 | 101100001 | 1000111 | 111001 |
Color Harmonies of #DF4254
Complementary color
Monochromatic Colors of #DF4254
Black with #DF4254
Text Example
Text Example
White with #DF4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4254; }
p { color: rgb(223,66,84); }
H1.HeaderClassName
{
color: #DF4254;
}
.AnyTagClassName
{
color: #DF4254;
}
</style>
background-color css
<style>
a { background-color: #DF4254; }
a { background-color: rgb(223,66,84); }
div.DivClassName
{
background-color: #DF4254;
}
.BgClassName
{
background-color: #DF4254;
}
</style>
border-color css
<style>
span { border-color: #DF4254; }
span { border-color: rgb(223,66,84); }
td.TdClassName
{
border-color: #DF4254;
}
.TagClassName
{
border-color: #DF4254;
}
</style>