Shades of Amaranth #D9314E
Tints of Amaranth #D9314E
RGB
CMYK
RGB Variations
Color information
#D9314E (or 0xD9314E) is known color: Amaranth. HEX triplet: D9, 31 and 4E. RGB value is (217,49,78). Sum of RGB (Red+Green+Blue) = 217+49+78=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9314E is #26CEB1. Grayscale: #666666. Windows color (decimal): -2543282 or 5124569. OLE color: 5124569.
HSL color Cylindrical-coordinate representation of color #D9314E: hue angle of 349.64º 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 #D9314E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 78 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.15 |
| HSL | 349.64º | 0.69% | 0.52% | - |
| HSV(B) | 349.64º | 0.77% | 0.85% | - |
| XYZ | 31.09 | 17.5 | 8.95 | - |
| YUV | 102.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 78 | 0 | 0.77 | 0.64 | 0.15 | 349.64 | 0.69 | 0.52 |
| Hex | D9 | 31 | 4E | 0 | 4D | 40 | F | 15E | 45 | 34 |
| Octal | 331 | 61 | 116 | 0 | 115 | 100 | 17 | 536 | 105 | 64 |
| Binary | 11011001 | 110001 | 1001110 | 0 | 1001101 | 1000000 | 1111 | 101011110 | 1000101 | 110100 |
Color Harmonies of #D9314E
Complementary color
Monochromatic Colors of #D9314E
Black with #D9314E
Text Example
Text Example
White with #D9314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9314E; }
p { color: rgb(217,49,78); }
H1.HeaderClassName
{
color: #D9314E;
}
.AnyTagClassName
{
color: #D9314E;
}
</style>
background-color css
<style>
a { background-color: #D9314E; }
a { background-color: rgb(217,49,78); }
div.DivClassName
{
background-color: #D9314E;
}
.BgClassName
{
background-color: #D9314E;
}
</style>
border-color css
<style>
span { border-color: #D9314E; }
span { border-color: rgb(217,49,78); }
td.TdClassName
{
border-color: #D9314E;
}
.TagClassName
{
border-color: #D9314E;
}
</style>