Shades of Amaranth #DF344D
Tints of Amaranth #DF344D
RGB
CMYK
RGB Variations
Color information
#DF344D (or 0xDF344D) is known color: Amaranth. HEX triplet: DF, 34 and 4D. RGB value is (223,52,77). Sum of RGB (Red+Green+Blue) = 223+52+77=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF344D is #20CBB2. Grayscale: #6A6A6A. Windows color (decimal): -2149299 or 5059807. OLE color: 5059807.
HSL color Cylindrical-coordinate representation of color #DF344D: hue angle of 351.23º 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 #DF344D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 77 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.13 |
| HSL | 351.23º | 0.73% | 0.54% | - |
| HSV(B) | 351.23º | 0.77% | 0.87% | - |
| XYZ | 33 | 18.68 | 8.89 | - |
| YUV | 105.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 77 | 0 | 0.77 | 0.65 | 0.13 | 351.23 | 0.73 | 0.54 |
| Hex | DF | 34 | 4D | 0 | 4D | 41 | D | 15F | 49 | 36 |
| Octal | 337 | 64 | 115 | 0 | 115 | 101 | 15 | 537 | 111 | 66 |
| Binary | 11011111 | 110100 | 1001101 | 0 | 1001101 | 1000001 | 1101 | 101011111 | 1001001 | 110110 |
Color Harmonies of #DF344D
Complementary color
Monochromatic Colors of #DF344D
Black with #DF344D
Text Example
Text Example
White with #DF344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF344D; }
p { color: rgb(223,52,77); }
H1.HeaderClassName
{
color: #DF344D;
}
.AnyTagClassName
{
color: #DF344D;
}
</style>
background-color css
<style>
a { background-color: #DF344D; }
a { background-color: rgb(223,52,77); }
div.DivClassName
{
background-color: #DF344D;
}
.BgClassName
{
background-color: #DF344D;
}
</style>
border-color css
<style>
span { border-color: #DF344D; }
span { border-color: rgb(223,52,77); }
td.TdClassName
{
border-color: #DF344D;
}
.TagClassName
{
border-color: #DF344D;
}
</style>