Shades of Amaranth #D8324E
Tints of Amaranth #D8324E
RGB
CMYK
RGB Variations
Color information
#D8324E (or 0xD8324E) is known color: Amaranth. HEX triplet: D8, 32 and 4E. RGB value is (216,50,78). Sum of RGB (Red+Green+Blue) = 216+50+78=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8324E is #27CDB1. Grayscale: #666666. Windows color (decimal): -2608562 or 5124824. OLE color: 5124824.
HSL color Cylindrical-coordinate representation of color #D8324E: hue angle of 349.88º degrees, saturation: 0.68, 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 #D8324E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 78 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.15 |
| HSL | 349.88º | 0.68% | 0.52% | - |
| HSV(B) | 349.88º | 0.77% | 0.85% | - |
| XYZ | 30.83 | 17.43 | 8.95 | - |
| YUV | 102.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 78 | 0 | 0.77 | 0.64 | 0.15 | 349.88 | 0.68 | 0.52 |
| Hex | D8 | 32 | 4E | 0 | 4D | 40 | F | 15E | 44 | 34 |
| Octal | 330 | 62 | 116 | 0 | 115 | 100 | 17 | 536 | 104 | 64 |
| Binary | 11011000 | 110010 | 1001110 | 0 | 1001101 | 1000000 | 1111 | 101011110 | 1000100 | 110100 |
Color Harmonies of #D8324E
Complementary color
Monochromatic Colors of #D8324E
Black with #D8324E
Text Example
Text Example
White with #D8324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8324E; }
p { color: rgb(216,50,78); }
H1.HeaderClassName
{
color: #D8324E;
}
.AnyTagClassName
{
color: #D8324E;
}
</style>
background-color css
<style>
a { background-color: #D8324E; }
a { background-color: rgb(216,50,78); }
div.DivClassName
{
background-color: #D8324E;
}
.BgClassName
{
background-color: #D8324E;
}
</style>
border-color css
<style>
span { border-color: #D8324E; }
span { border-color: rgb(216,50,78); }
td.TdClassName
{
border-color: #D8324E;
}
.TagClassName
{
border-color: #D8324E;
}
</style>