Shades of Amaranth #DF3956
Tints of Amaranth #DF3956
RGB
CMYK
RGB Variations
Color information
#DF3956 (or 0xDF3956) is known color: Amaranth. HEX triplet: DF, 39 and 56. RGB value is (223,57,86). Sum of RGB (Red+Green+Blue) = 223+57+86=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3956 is #20C6A9. Grayscale: #6D6D6D. Windows color (decimal): -2148010 or 5650911. OLE color: 5650911.
HSL color Cylindrical-coordinate representation of color #DF3956: hue angle of 349.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3956 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 86 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.13 |
| HSL | 349.52º | 0.72% | 0.55% | - |
| HSV(B) | 349.52º | 0.74% | 0.87% | - |
| XYZ | 33.57 | 19.29 | 10.76 | - |
| YUV | 109.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 86 | 0 | 0.74 | 0.61 | 0.13 | 349.52 | 0.72 | 0.55 |
| Hex | DF | 39 | 56 | 0 | 4A | 3D | D | 15E | 48 | 37 |
| Octal | 337 | 71 | 126 | 0 | 112 | 75 | 15 | 536 | 110 | 67 |
| Binary | 11011111 | 111001 | 1010110 | 0 | 1001010 | 111101 | 1101 | 101011110 | 1001000 | 110111 |
Color Harmonies of #DF3956
Complementary color
Monochromatic Colors of #DF3956
Black with #DF3956
Text Example
Text Example
White with #DF3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3956; }
p { color: rgb(223,57,86); }
H1.HeaderClassName
{
color: #DF3956;
}
.AnyTagClassName
{
color: #DF3956;
}
</style>
background-color css
<style>
a { background-color: #DF3956; }
a { background-color: rgb(223,57,86); }
div.DivClassName
{
background-color: #DF3956;
}
.BgClassName
{
background-color: #DF3956;
}
</style>
border-color css
<style>
span { border-color: #DF3956; }
span { border-color: rgb(223,57,86); }
td.TdClassName
{
border-color: #DF3956;
}
.TagClassName
{
border-color: #DF3956;
}
</style>