Shades of Amaranth #DF3150
Tints of Amaranth #DF3150
RGB
CMYK
RGB Variations
Color information
#DF3150 (or 0xDF3150) is known color: Amaranth. HEX triplet: DF, 31 and 50. RGB value is (223,49,80). Sum of RGB (Red+Green+Blue) = 223+49+80=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3150 is #20CEAF. Grayscale: #686868. Windows color (decimal): -2150064 or 5255647. OLE color: 5255647.
HSL color Cylindrical-coordinate representation of color #DF3150: hue angle of 349.31º 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 #DF3150 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 80 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.13 |
| HSL | 349.31º | 0.73% | 0.53% | - |
| HSV(B) | 349.31º | 0.78% | 0.87% | - |
| XYZ | 32.98 | 18.46 | 9.42 | - |
| YUV | 104.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 80 | 0 | 0.78 | 0.64 | 0.13 | 349.31 | 0.73 | 0.53 |
| Hex | DF | 31 | 50 | 0 | 4E | 40 | D | 15D | 49 | 35 |
| Octal | 337 | 61 | 120 | 0 | 116 | 100 | 15 | 535 | 111 | 65 |
| Binary | 11011111 | 110001 | 1010000 | 0 | 1001110 | 1000000 | 1101 | 101011101 | 1001001 | 110101 |
Color Harmonies of #DF3150
Complementary color
Monochromatic Colors of #DF3150
Black with #DF3150
Text Example
Text Example
White with #DF3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3150; }
p { color: rgb(223,49,80); }
H1.HeaderClassName
{
color: #DF3150;
}
.AnyTagClassName
{
color: #DF3150;
}
</style>
background-color css
<style>
a { background-color: #DF3150; }
a { background-color: rgb(223,49,80); }
div.DivClassName
{
background-color: #DF3150;
}
.BgClassName
{
background-color: #DF3150;
}
</style>
border-color css
<style>
span { border-color: #DF3150; }
span { border-color: rgb(223,49,80); }
td.TdClassName
{
border-color: #DF3150;
}
.TagClassName
{
border-color: #DF3150;
}
</style>