Shades of Amaranth #D9344D
Tints of Amaranth #D9344D
RGB
CMYK
RGB Variations
Color information
#D9344D (or 0xD9344D) is known color: Amaranth. HEX triplet: D9, 34 and 4D. RGB value is (217,52,77). Sum of RGB (Red+Green+Blue) = 217+52+77=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9344D is #26CBB2. Grayscale: #686868. Windows color (decimal): -2542515 or 5059801. OLE color: 5059801.
HSL color Cylindrical-coordinate representation of color #D9344D: hue angle of 350.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9344D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 77 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 350.91º | 0.68% | 0.53% | - |
| HSV(B) | 350.91º | 0.76% | 0.85% | - |
| XYZ | 31.18 | 17.74 | 8.8 | - |
| YUV | 104.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 77 | 0 | 0.76 | 0.65 | 0.15 | 350.91 | 0.68 | 0.53 |
| Hex | D9 | 34 | 4D | 0 | 4C | 41 | F | 15F | 44 | 35 |
| Octal | 331 | 64 | 115 | 0 | 114 | 101 | 17 | 537 | 104 | 65 |
| Binary | 11011001 | 110100 | 1001101 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000100 | 110101 |
Color Harmonies of #D9344D
Complementary color
Monochromatic Colors of #D9344D
Black with #D9344D
Text Example
Text Example
White with #D9344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9344D; }
p { color: rgb(217,52,77); }
H1.HeaderClassName
{
color: #D9344D;
}
.AnyTagClassName
{
color: #D9344D;
}
</style>
background-color css
<style>
a { background-color: #D9344D; }
a { background-color: rgb(217,52,77); }
div.DivClassName
{
background-color: #D9344D;
}
.BgClassName
{
background-color: #D9344D;
}
</style>
border-color css
<style>
span { border-color: #D9344D; }
span { border-color: rgb(217,52,77); }
td.TdClassName
{
border-color: #D9344D;
}
.TagClassName
{
border-color: #D9344D;
}
</style>