Shades of Amaranth #DF1E4D
Tints of Amaranth #DF1E4D
RGB
CMYK
RGB Variations
Color information
#DF1E4D (or 0xDF1E4D) is known color: Amaranth. HEX triplet: DF, 1E and 4D. RGB value is (223,30,77). Sum of RGB (Red+Green+Blue) = 223+30+77=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1E4D is #20E1B2. Grayscale: #5D5D5D. Windows color (decimal): -2154931 or 5054175. OLE color: 5054175.
HSL color Cylindrical-coordinate representation of color #DF1E4D: hue angle of 345.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1E4D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 77 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.13 |
| HSL | 345.39º | 0.76% | 0.5% | - |
| HSV(B) | 345.39º | 0.87% | 0.87% | - |
| XYZ | 32.24 | 17.15 | 8.63 | - |
| YUV | 93.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 77 | 0 | 0.87 | 0.65 | 0.13 | 345.39 | 0.76 | 0.5 |
| Hex | DF | 1E | 4D | 0 | 57 | 41 | D | 159 | 4C | 32 |
| Octal | 337 | 36 | 115 | 0 | 127 | 101 | 15 | 531 | 114 | 62 |
| Binary | 11011111 | 11110 | 1001101 | 0 | 1010111 | 1000001 | 1101 | 101011001 | 1001100 | 110010 |
Color Harmonies of #DF1E4D
Complementary color
Monochromatic Colors of #DF1E4D
Black with #DF1E4D
Text Example
Text Example
White with #DF1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E4D; }
p { color: rgb(223,30,77); }
H1.HeaderClassName
{
color: #DF1E4D;
}
.AnyTagClassName
{
color: #DF1E4D;
}
</style>
background-color css
<style>
a { background-color: #DF1E4D; }
a { background-color: rgb(223,30,77); }
div.DivClassName
{
background-color: #DF1E4D;
}
.BgClassName
{
background-color: #DF1E4D;
}
</style>
border-color css
<style>
span { border-color: #DF1E4D; }
span { border-color: rgb(223,30,77); }
td.TdClassName
{
border-color: #DF1E4D;
}
.TagClassName
{
border-color: #DF1E4D;
}
</style>