Shades of Amaranth #DF3250
Tints of Amaranth #DF3250
RGB
CMYK
RGB Variations
Color information
#DF3250 (or 0xDF3250) is known color: Amaranth. HEX triplet: DF, 32 and 50. RGB value is (223,50,80). Sum of RGB (Red+Green+Blue) = 223+50+80=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3250 is #20CDAF. Grayscale: #696969. Windows color (decimal): -2149808 or 5255903. OLE color: 5255903.
HSL color Cylindrical-coordinate representation of color #DF3250: hue angle of 349.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3250 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 80 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.13 |
| HSL | 349.6º | 0.73% | 0.54% | - |
| HSV(B) | 349.6º | 0.78% | 0.87% | - |
| XYZ | 33.02 | 18.55 | 9.43 | - |
| YUV | 105.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 80 | 0 | 0.78 | 0.64 | 0.13 | 349.6 | 0.73 | 0.54 |
| Hex | DF | 32 | 50 | 0 | 4E | 40 | D | 15E | 49 | 36 |
| Octal | 337 | 62 | 120 | 0 | 116 | 100 | 15 | 536 | 111 | 66 |
| Binary | 11011111 | 110010 | 1010000 | 0 | 1001110 | 1000000 | 1101 | 101011110 | 1001001 | 110110 |
Color Harmonies of #DF3250
Complementary color
Monochromatic Colors of #DF3250
Black with #DF3250
Text Example
Text Example
White with #DF3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3250; }
p { color: rgb(223,50,80); }
H1.HeaderClassName
{
color: #DF3250;
}
.AnyTagClassName
{
color: #DF3250;
}
</style>
background-color css
<style>
a { background-color: #DF3250; }
a { background-color: rgb(223,50,80); }
div.DivClassName
{
background-color: #DF3250;
}
.BgClassName
{
background-color: #DF3250;
}
</style>
border-color css
<style>
span { border-color: #DF3250; }
span { border-color: rgb(223,50,80); }
td.TdClassName
{
border-color: #DF3250;
}
.TagClassName
{
border-color: #DF3250;
}
</style>