Shades of Amaranth #DF3656
Tints of Amaranth #DF3656
RGB
CMYK
RGB Variations
Color information
#DF3656 (or 0xDF3656) is known color: Amaranth. HEX triplet: DF, 36 and 56. RGB value is (223,54,86). Sum of RGB (Red+Green+Blue) = 223+54+86=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3656 is #20C9A9. Grayscale: #6C6C6C. Windows color (decimal): -2148778 or 5650143. OLE color: 5650143.
HSL color Cylindrical-coordinate representation of color #DF3656: hue angle of 348.64º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3656 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 86 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.13 |
| HSL | 348.64º | 0.73% | 0.54% | - |
| HSV(B) | 348.64º | 0.76% | 0.87% | - |
| XYZ | 33.43 | 19 | 10.71 | - |
| YUV | 108.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 86 | 0 | 0.76 | 0.61 | 0.13 | 348.64 | 0.73 | 0.54 |
| Hex | DF | 36 | 56 | 0 | 4C | 3D | D | 15D | 49 | 36 |
| Octal | 337 | 66 | 126 | 0 | 114 | 75 | 15 | 535 | 111 | 66 |
| Binary | 11011111 | 110110 | 1010110 | 0 | 1001100 | 111101 | 1101 | 101011101 | 1001001 | 110110 |
Color Harmonies of #DF3656
Complementary color
Monochromatic Colors of #DF3656
Black with #DF3656
Text Example
Text Example
White with #DF3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3656; }
p { color: rgb(223,54,86); }
H1.HeaderClassName
{
color: #DF3656;
}
.AnyTagClassName
{
color: #DF3656;
}
</style>
background-color css
<style>
a { background-color: #DF3656; }
a { background-color: rgb(223,54,86); }
div.DivClassName
{
background-color: #DF3656;
}
.BgClassName
{
background-color: #DF3656;
}
</style>
border-color css
<style>
span { border-color: #DF3656; }
span { border-color: rgb(223,54,86); }
td.TdClassName
{
border-color: #DF3656;
}
.TagClassName
{
border-color: #DF3656;
}
</style>