Shades of Amaranth #D9344C
Tints of Amaranth #D9344C
RGB
CMYK
RGB Variations
Color information
#D9344C (or 0xD9344C) is known color: Amaranth. HEX triplet: D9, 34 and 4C. RGB value is (217,52,76). Sum of RGB (Red+Green+Blue) = 217+52+76=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9344C is #26CBB3. Grayscale: #686868. Windows color (decimal): -2542516 or 4994265. OLE color: 4994265.
HSL color Cylindrical-coordinate representation of color #D9344C: hue angle of 351.27º 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 #D9344C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.27º | 0.68% | 0.53% | - |
| HSV(B) | 351.27º | 0.76% | 0.85% | - |
| XYZ | 31.15 | 17.73 | 8.62 | - |
| YUV | 104.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 76 | 0 | 0.76 | 0.65 | 0.15 | 351.27 | 0.68 | 0.53 |
| Hex | D9 | 34 | 4C | 0 | 4C | 41 | F | 15F | 44 | 35 |
| Octal | 331 | 64 | 114 | 0 | 114 | 101 | 17 | 537 | 104 | 65 |
| Binary | 11011001 | 110100 | 1001100 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000100 | 110101 |
Color Harmonies of #D9344C
Complementary color
Monochromatic Colors of #D9344C
Black with #D9344C
Text Example
Text Example
White with #D9344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9344C; }
p { color: rgb(217,52,76); }
H1.HeaderClassName
{
color: #D9344C;
}
.AnyTagClassName
{
color: #D9344C;
}
</style>
background-color css
<style>
a { background-color: #D9344C; }
a { background-color: rgb(217,52,76); }
div.DivClassName
{
background-color: #D9344C;
}
.BgClassName
{
background-color: #D9344C;
}
</style>
border-color css
<style>
span { border-color: #D9344C; }
span { border-color: rgb(217,52,76); }
td.TdClassName
{
border-color: #D9344C;
}
.TagClassName
{
border-color: #D9344C;
}
</style>