Shades of Amaranth #DF2151
Tints of Amaranth #DF2151
RGB
CMYK
RGB Variations
Color information
#DF2151 (or 0xDF2151) is known color: Amaranth. HEX triplet: DF, 21 and 51. RGB value is (223,33,81). Sum of RGB (Red+Green+Blue) = 223+33+81=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2151 is #20DEAE. Grayscale: #5F5F5F. Windows color (decimal): -2154159 or 5317087. OLE color: 5317087.
HSL color Cylindrical-coordinate representation of color #DF2151: hue angle of 344.84º 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 #DF2151 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 81 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.13 |
| HSL | 344.84º | 0.75% | 0.5% | - |
| HSV(B) | 344.84º | 0.85% | 0.87% | - |
| XYZ | 32.46 | 17.37 | 9.43 | - |
| YUV | 95.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 81 | 0 | 0.85 | 0.64 | 0.13 | 344.84 | 0.75 | 0.5 |
| Hex | DF | 21 | 51 | 0 | 55 | 40 | D | 159 | 4B | 32 |
| Octal | 337 | 41 | 121 | 0 | 125 | 100 | 15 | 531 | 113 | 62 |
| Binary | 11011111 | 100001 | 1010001 | 0 | 1010101 | 1000000 | 1101 | 101011001 | 1001011 | 110010 |
Color Harmonies of #DF2151
Complementary color
Monochromatic Colors of #DF2151
Black with #DF2151
Text Example
Text Example
White with #DF2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2151; }
p { color: rgb(223,33,81); }
H1.HeaderClassName
{
color: #DF2151;
}
.AnyTagClassName
{
color: #DF2151;
}
</style>
background-color css
<style>
a { background-color: #DF2151; }
a { background-color: rgb(223,33,81); }
div.DivClassName
{
background-color: #DF2151;
}
.BgClassName
{
background-color: #DF2151;
}
</style>
border-color css
<style>
span { border-color: #DF2151; }
span { border-color: rgb(223,33,81); }
td.TdClassName
{
border-color: #DF2151;
}
.TagClassName
{
border-color: #DF2151;
}
</style>