Shades of Amaranth #DF2850
Tints of Amaranth #DF2850
RGB
CMYK
RGB Variations
Color information
#DF2850 (or 0xDF2850) is known color: Amaranth. HEX triplet: DF, 28 and 50. RGB value is (223,40,80). Sum of RGB (Red+Green+Blue) = 223+40+80=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2850 is #20D7AF. Grayscale: #636363. Windows color (decimal): -2152368 or 5253343. OLE color: 5253343.
HSL color Cylindrical-coordinate representation of color #DF2850: hue angle of 346.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2850 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.13 |
| HSL | 346.89º | 0.74% | 0.52% | - |
| HSV(B) | 346.89º | 0.82% | 0.87% | - |
| XYZ | 32.64 | 17.78 | 9.3 | - |
| YUV | 99.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 80 | 0 | 0.82 | 0.64 | 0.13 | 346.89 | 0.74 | 0.52 |
| Hex | DF | 28 | 50 | 0 | 52 | 40 | D | 15B | 4A | 34 |
| Octal | 337 | 50 | 120 | 0 | 122 | 100 | 15 | 533 | 112 | 64 |
| Binary | 11011111 | 101000 | 1010000 | 0 | 1010010 | 1000000 | 1101 | 101011011 | 1001010 | 110100 |
Color Harmonies of #DF2850
Complementary color
Monochromatic Colors of #DF2850
Black with #DF2850
Text Example
Text Example
White with #DF2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2850; }
p { color: rgb(223,40,80); }
H1.HeaderClassName
{
color: #DF2850;
}
.AnyTagClassName
{
color: #DF2850;
}
</style>
background-color css
<style>
a { background-color: #DF2850; }
a { background-color: rgb(223,40,80); }
div.DivClassName
{
background-color: #DF2850;
}
.BgClassName
{
background-color: #DF2850;
}
</style>
border-color css
<style>
span { border-color: #DF2850; }
span { border-color: rgb(223,40,80); }
td.TdClassName
{
border-color: #DF2850;
}
.TagClassName
{
border-color: #DF2850;
}
</style>