Shades of Amaranth #DF2153
Tints of Amaranth #DF2153
RGB
CMYK
RGB Variations
Color information
#DF2153 (or 0xDF2153) is known color: Amaranth. HEX triplet: DF, 21 and 53. RGB value is (223,33,83). Sum of RGB (Red+Green+Blue) = 223+33+83=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2153 is #20DEAC. Grayscale: #5F5F5F. Windows color (decimal): -2154157 or 5448159. OLE color: 5448159.
HSL color Cylindrical-coordinate representation of color #DF2153: hue angle of 344.21º 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 #DF2153 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 83 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.13 |
| HSL | 344.21º | 0.75% | 0.5% | - |
| HSV(B) | 344.21º | 0.85% | 0.87% | - |
| XYZ | 32.54 | 17.4 | 9.83 | - |
| YUV | 95.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 83 | 0 | 0.85 | 0.63 | 0.13 | 344.21 | 0.75 | 0.5 |
| Hex | DF | 21 | 53 | 0 | 55 | 3F | D | 158 | 4B | 32 |
| Octal | 337 | 41 | 123 | 0 | 125 | 77 | 15 | 530 | 113 | 62 |
| Binary | 11011111 | 100001 | 1010011 | 0 | 1010101 | 111111 | 1101 | 101011000 | 1001011 | 110010 |
Color Harmonies of #DF2153
Complementary color
Monochromatic Colors of #DF2153
Black with #DF2153
Text Example
Text Example
White with #DF2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2153; }
p { color: rgb(223,33,83); }
H1.HeaderClassName
{
color: #DF2153;
}
.AnyTagClassName
{
color: #DF2153;
}
</style>
background-color css
<style>
a { background-color: #DF2153; }
a { background-color: rgb(223,33,83); }
div.DivClassName
{
background-color: #DF2153;
}
.BgClassName
{
background-color: #DF2153;
}
</style>
border-color css
<style>
span { border-color: #DF2153; }
span { border-color: rgb(223,33,83); }
td.TdClassName
{
border-color: #DF2153;
}
.TagClassName
{
border-color: #DF2153;
}
</style>