Shades of Amaranth #DF344E
Tints of Amaranth #DF344E
RGB
CMYK
RGB Variations
Color information
#DF344E (or 0xDF344E) is known color: Amaranth. HEX triplet: DF, 34 and 4E. RGB value is (223,52,78). Sum of RGB (Red+Green+Blue) = 223+52+78=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF344E is #20CBB1. Grayscale: #6A6A6A. Windows color (decimal): -2149298 or 5125343. OLE color: 5125343.
HSL color Cylindrical-coordinate representation of color #DF344E: hue angle of 350.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF344E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 78 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.13 |
| HSL | 350.88º | 0.73% | 0.54% | - |
| HSV(B) | 350.88º | 0.77% | 0.87% | - |
| XYZ | 33.03 | 18.69 | 9.07 | - |
| YUV | 106.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 78 | 0 | 0.77 | 0.65 | 0.13 | 350.88 | 0.73 | 0.54 |
| Hex | DF | 34 | 4E | 0 | 4D | 41 | D | 15F | 49 | 36 |
| Octal | 337 | 64 | 116 | 0 | 115 | 101 | 15 | 537 | 111 | 66 |
| Binary | 11011111 | 110100 | 1001110 | 0 | 1001101 | 1000001 | 1101 | 101011111 | 1001001 | 110110 |
Color Harmonies of #DF344E
Complementary color
Monochromatic Colors of #DF344E
Black with #DF344E
Text Example
Text Example
White with #DF344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF344E; }
p { color: rgb(223,52,78); }
H1.HeaderClassName
{
color: #DF344E;
}
.AnyTagClassName
{
color: #DF344E;
}
</style>
background-color css
<style>
a { background-color: #DF344E; }
a { background-color: rgb(223,52,78); }
div.DivClassName
{
background-color: #DF344E;
}
.BgClassName
{
background-color: #DF344E;
}
</style>
border-color css
<style>
span { border-color: #DF344E; }
span { border-color: rgb(223,52,78); }
td.TdClassName
{
border-color: #DF344E;
}
.TagClassName
{
border-color: #DF344E;
}
</style>