Shades of Amaranth #DF3257
Tints of Amaranth #DF3257
RGB
CMYK
RGB Variations
Color information
#DF3257 (or 0xDF3257) is known color: Amaranth. HEX triplet: DF, 32 and 57. RGB value is (223,50,87). Sum of RGB (Red+Green+Blue) = 223+50+87=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3257 is #20CDA8. Grayscale: #696969. Windows color (decimal): -2149801 or 5714655. OLE color: 5714655.
HSL color Cylindrical-coordinate representation of color #DF3257: hue angle of 347.17º 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 #DF3257 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 87 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.13 |
| HSL | 347.17º | 0.73% | 0.54% | - |
| HSV(B) | 347.17º | 0.78% | 0.87% | - |
| XYZ | 33.29 | 18.66 | 10.86 | - |
| YUV | 105.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 87 | 0 | 0.78 | 0.61 | 0.13 | 347.17 | 0.73 | 0.54 |
| Hex | DF | 32 | 57 | 0 | 4E | 3D | D | 15B | 49 | 36 |
| Octal | 337 | 62 | 127 | 0 | 116 | 75 | 15 | 533 | 111 | 66 |
| Binary | 11011111 | 110010 | 1010111 | 0 | 1001110 | 111101 | 1101 | 101011011 | 1001001 | 110110 |
Color Harmonies of #DF3257
Complementary color
Monochromatic Colors of #DF3257
Black with #DF3257
Text Example
Text Example
White with #DF3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3257; }
p { color: rgb(223,50,87); }
H1.HeaderClassName
{
color: #DF3257;
}
.AnyTagClassName
{
color: #DF3257;
}
</style>
background-color css
<style>
a { background-color: #DF3257; }
a { background-color: rgb(223,50,87); }
div.DivClassName
{
background-color: #DF3257;
}
.BgClassName
{
background-color: #DF3257;
}
</style>
border-color css
<style>
span { border-color: #DF3257; }
span { border-color: rgb(223,50,87); }
td.TdClassName
{
border-color: #DF3257;
}
.TagClassName
{
border-color: #DF3257;
}
</style>