Shades of Amaranth #DF414D
Tints of Amaranth #DF414D
RGB
CMYK
RGB Variations
Color information
#DF414D (or 0xDF414D) is known color: Amaranth. HEX triplet: DF, 41 and 4D. RGB value is (223,65,77). Sum of RGB (Red+Green+Blue) = 223+65+77=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF414D is #20BEB2. Grayscale: #717171. Windows color (decimal): -2145971 or 5063135. OLE color: 5063135.
HSL color Cylindrical-coordinate representation of color #DF414D: hue angle of 355.44º 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 #DF414D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 77 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.13 |
| HSL | 355.44º | 0.71% | 0.56% | - |
| HSV(B) | 355.44º | 0.71% | 0.87% | - |
| XYZ | 33.66 | 20 | 9.11 | - |
| YUV | 113.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 77 | 0 | 0.71 | 0.65 | 0.13 | 355.44 | 0.71 | 0.56 |
| Hex | DF | 41 | 4D | 0 | 47 | 41 | D | 163 | 47 | 38 |
| Octal | 337 | 101 | 115 | 0 | 107 | 101 | 15 | 543 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1001101 | 0 | 1000111 | 1000001 | 1101 | 101100011 | 1000111 | 111000 |
Color Harmonies of #DF414D
Complementary color
Monochromatic Colors of #DF414D
Black with #DF414D
Text Example
Text Example
White with #DF414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF414D; }
p { color: rgb(223,65,77); }
H1.HeaderClassName
{
color: #DF414D;
}
.AnyTagClassName
{
color: #DF414D;
}
</style>
background-color css
<style>
a { background-color: #DF414D; }
a { background-color: rgb(223,65,77); }
div.DivClassName
{
background-color: #DF414D;
}
.BgClassName
{
background-color: #DF414D;
}
</style>
border-color css
<style>
span { border-color: #DF414D; }
span { border-color: rgb(223,65,77); }
td.TdClassName
{
border-color: #DF414D;
}
.TagClassName
{
border-color: #DF414D;
}
</style>