Shades of Amaranth #D9324E
Tints of Amaranth #D9324E
RGB
CMYK
RGB Variations
Color information
#D9324E (or 0xD9324E) is known color: Amaranth. HEX triplet: D9, 32 and 4E. RGB value is (217,50,78). Sum of RGB (Red+Green+Blue) = 217+50+78=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9324E is #26CDB1. Grayscale: #676767. Windows color (decimal): -2543026 or 5124825. OLE color: 5124825.
HSL color Cylindrical-coordinate representation of color #D9324E: hue angle of 349.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9324E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 78 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.15 |
| HSL | 349.94º | 0.69% | 0.52% | - |
| HSV(B) | 349.94º | 0.77% | 0.85% | - |
| XYZ | 31.13 | 17.58 | 8.96 | - |
| YUV | 103.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 78 | 0 | 0.77 | 0.64 | 0.15 | 349.94 | 0.69 | 0.52 |
| Hex | D9 | 32 | 4E | 0 | 4D | 40 | F | 15E | 45 | 34 |
| Octal | 331 | 62 | 116 | 0 | 115 | 100 | 17 | 536 | 105 | 64 |
| Binary | 11011001 | 110010 | 1001110 | 0 | 1001101 | 1000000 | 1111 | 101011110 | 1000101 | 110100 |
Color Harmonies of #D9324E
Complementary color
Monochromatic Colors of #D9324E
Black with #D9324E
Text Example
Text Example
White with #D9324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9324E; }
p { color: rgb(217,50,78); }
H1.HeaderClassName
{
color: #D9324E;
}
.AnyTagClassName
{
color: #D9324E;
}
</style>
background-color css
<style>
a { background-color: #D9324E; }
a { background-color: rgb(217,50,78); }
div.DivClassName
{
background-color: #D9324E;
}
.BgClassName
{
background-color: #D9324E;
}
</style>
border-color css
<style>
span { border-color: #D9324E; }
span { border-color: rgb(217,50,78); }
td.TdClassName
{
border-color: #D9324E;
}
.TagClassName
{
border-color: #D9324E;
}
</style>