Shades of Amaranth #DF2350
Tints of Amaranth #DF2350
RGB
CMYK
RGB Variations
Color information
#DF2350 (or 0xDF2350) is known color: Amaranth. HEX triplet: DF, 23 and 50. RGB value is (223,35,80). Sum of RGB (Red+Green+Blue) = 223+35+80=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2350 is #20DCAF. Grayscale: #606060. Windows color (decimal): -2153648 or 5252063. OLE color: 5252063.
HSL color Cylindrical-coordinate representation of color #DF2350: hue angle of 345.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2350 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 80 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.13 |
| HSL | 345.64º | 0.75% | 0.51% | - |
| HSV(B) | 345.64º | 0.84% | 0.87% | - |
| XYZ | 32.48 | 17.47 | 9.25 | - |
| YUV | 96.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 80 | 0 | 0.84 | 0.64 | 0.13 | 345.64 | 0.75 | 0.51 |
| Hex | DF | 23 | 50 | 0 | 54 | 40 | D | 15A | 4B | 33 |
| Octal | 337 | 43 | 120 | 0 | 124 | 100 | 15 | 532 | 113 | 63 |
| Binary | 11011111 | 100011 | 1010000 | 0 | 1010100 | 1000000 | 1101 | 101011010 | 1001011 | 110011 |
Color Harmonies of #DF2350
Complementary color
Monochromatic Colors of #DF2350
Black with #DF2350
Text Example
Text Example
White with #DF2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2350; }
p { color: rgb(223,35,80); }
H1.HeaderClassName
{
color: #DF2350;
}
.AnyTagClassName
{
color: #DF2350;
}
</style>
background-color css
<style>
a { background-color: #DF2350; }
a { background-color: rgb(223,35,80); }
div.DivClassName
{
background-color: #DF2350;
}
.BgClassName
{
background-color: #DF2350;
}
</style>
border-color css
<style>
span { border-color: #DF2350; }
span { border-color: rgb(223,35,80); }
td.TdClassName
{
border-color: #DF2350;
}
.TagClassName
{
border-color: #DF2350;
}
</style>