Shades of Amaranth #DF3157
Tints of Amaranth #DF3157
RGB
CMYK
RGB Variations
Color information
#DF3157 (or 0xDF3157) is known color: Amaranth. HEX triplet: DF, 31 and 57. RGB value is (223,49,87). Sum of RGB (Red+Green+Blue) = 223+49+87=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3157 is #20CEA8. Grayscale: #696969. Windows color (decimal): -2150057 or 5714399. OLE color: 5714399.
HSL color Cylindrical-coordinate representation of color #DF3157: hue angle of 346.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3157 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 87 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.13 |
| HSL | 346.9º | 0.73% | 0.53% | - |
| HSV(B) | 346.9º | 0.78% | 0.87% | - |
| XYZ | 33.25 | 18.57 | 10.85 | - |
| YUV | 105.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 87 | 0 | 0.78 | 0.61 | 0.13 | 346.9 | 0.73 | 0.53 |
| Hex | DF | 31 | 57 | 0 | 4E | 3D | D | 15B | 49 | 35 |
| Octal | 337 | 61 | 127 | 0 | 116 | 75 | 15 | 533 | 111 | 65 |
| Binary | 11011111 | 110001 | 1010111 | 0 | 1001110 | 111101 | 1101 | 101011011 | 1001001 | 110101 |
Color Harmonies of #DF3157
Complementary color
Monochromatic Colors of #DF3157
Black with #DF3157
Text Example
Text Example
White with #DF3157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3157; }
p { color: rgb(223,49,87); }
H1.HeaderClassName
{
color: #DF3157;
}
.AnyTagClassName
{
color: #DF3157;
}
</style>
background-color css
<style>
a { background-color: #DF3157; }
a { background-color: rgb(223,49,87); }
div.DivClassName
{
background-color: #DF3157;
}
.BgClassName
{
background-color: #DF3157;
}
</style>
border-color css
<style>
span { border-color: #DF3157; }
span { border-color: rgb(223,49,87); }
td.TdClassName
{
border-color: #DF3157;
}
.TagClassName
{
border-color: #DF3157;
}
</style>