Shades of Amaranth #DF2F56
Tints of Amaranth #DF2F56
RGB
CMYK
RGB Variations
Color information
#DF2F56 (or 0xDF2F56) is known color: Amaranth. HEX triplet: DF, 2F and 56. RGB value is (223,47,86). Sum of RGB (Red+Green+Blue) = 223+47+86=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F56 is #20D0A9. Grayscale: #686868. Windows color (decimal): -2150570 or 5648351. OLE color: 5648351.
HSL color Cylindrical-coordinate representation of color #DF2F56: hue angle of 346.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F56 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 86 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.13 |
| HSL | 346.7º | 0.73% | 0.53% | - |
| HSV(B) | 346.7º | 0.79% | 0.87% | - |
| XYZ | 33.13 | 18.39 | 10.61 | - |
| YUV | 104.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 86 | 0 | 0.79 | 0.61 | 0.13 | 346.7 | 0.73 | 0.53 |
| Hex | DF | 2F | 56 | 0 | 4F | 3D | D | 15B | 49 | 35 |
| Octal | 337 | 57 | 126 | 0 | 117 | 75 | 15 | 533 | 111 | 65 |
| Binary | 11011111 | 101111 | 1010110 | 0 | 1001111 | 111101 | 1101 | 101011011 | 1001001 | 110101 |
Color Harmonies of #DF2F56
Complementary color
Monochromatic Colors of #DF2F56
Black with #DF2F56
Text Example
Text Example
White with #DF2F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F56; }
p { color: rgb(223,47,86); }
H1.HeaderClassName
{
color: #DF2F56;
}
.AnyTagClassName
{
color: #DF2F56;
}
</style>
background-color css
<style>
a { background-color: #DF2F56; }
a { background-color: rgb(223,47,86); }
div.DivClassName
{
background-color: #DF2F56;
}
.BgClassName
{
background-color: #DF2F56;
}
</style>
border-color css
<style>
span { border-color: #DF2F56; }
span { border-color: rgb(223,47,86); }
td.TdClassName
{
border-color: #DF2F56;
}
.TagClassName
{
border-color: #DF2F56;
}
</style>