Shades of Amaranth #DF214D
Tints of Amaranth #DF214D
RGB
CMYK
RGB Variations
Color information
#DF214D (or 0xDF214D) is known color: Amaranth. HEX triplet: DF, 21 and 4D. RGB value is (223,33,77). Sum of RGB (Red+Green+Blue) = 223+33+77=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF214D is #20DEB2. Grayscale: #5E5E5E. Windows color (decimal): -2154163 or 5054943. OLE color: 5054943.
HSL color Cylindrical-coordinate representation of color #DF214D: hue angle of 346.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF214D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 77 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.13 |
| HSL | 346.11º | 0.75% | 0.5% | - |
| HSV(B) | 346.11º | 0.85% | 0.87% | - |
| XYZ | 32.31 | 17.31 | 8.66 | - |
| YUV | 94.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 77 | 0 | 0.85 | 0.65 | 0.13 | 346.11 | 0.75 | 0.5 |
| Hex | DF | 21 | 4D | 0 | 55 | 41 | D | 15A | 4B | 32 |
| Octal | 337 | 41 | 115 | 0 | 125 | 101 | 15 | 532 | 113 | 62 |
| Binary | 11011111 | 100001 | 1001101 | 0 | 1010101 | 1000001 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DF214D
Complementary color
Monochromatic Colors of #DF214D
Black with #DF214D
Text Example
Text Example
White with #DF214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF214D; }
p { color: rgb(223,33,77); }
H1.HeaderClassName
{
color: #DF214D;
}
.AnyTagClassName
{
color: #DF214D;
}
</style>
background-color css
<style>
a { background-color: #DF214D; }
a { background-color: rgb(223,33,77); }
div.DivClassName
{
background-color: #DF214D;
}
.BgClassName
{
background-color: #DF214D;
}
</style>
border-color css
<style>
span { border-color: #DF214D; }
span { border-color: rgb(223,33,77); }
td.TdClassName
{
border-color: #DF214D;
}
.TagClassName
{
border-color: #DF214D;
}
</style>