Shades of Amaranth #D8294E
Tints of Amaranth #D8294E
RGB
CMYK
RGB Variations
Color information
#D8294E (or 0xD8294E) is known color: Amaranth. HEX triplet: D8, 29 and 4E. RGB value is (216,41,78). Sum of RGB (Red+Green+Blue) = 216+41+78=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D8294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8294E is #27D6B1. Grayscale: #616161. Windows color (decimal): -2610866 or 5122520. OLE color: 5122520.
HSL color Cylindrical-coordinate representation of color #D8294E: hue angle of 347.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8294E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 78 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.15 |
| HSL | 347.31º | 0.69% | 0.5% | - |
| HSV(B) | 347.31º | 0.81% | 0.85% | - |
| XYZ | 30.49 | 16.73 | 8.83 | - |
| YUV | 97.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 78 | 0 | 0.81 | 0.64 | 0.15 | 347.31 | 0.69 | 0.5 |
| Hex | D8 | 29 | 4E | 0 | 51 | 40 | F | 15B | 45 | 32 |
| Octal | 330 | 51 | 116 | 0 | 121 | 100 | 17 | 533 | 105 | 62 |
| Binary | 11011000 | 101001 | 1001110 | 0 | 1010001 | 1000000 | 1111 | 101011011 | 1000101 | 110010 |
Color Harmonies of #D8294E
Complementary color
Monochromatic Colors of #D8294E
Black with #D8294E
Text Example
Text Example
White with #D8294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8294E; }
p { color: rgb(216,41,78); }
H1.HeaderClassName
{
color: #D8294E;
}
.AnyTagClassName
{
color: #D8294E;
}
</style>
background-color css
<style>
a { background-color: #D8294E; }
a { background-color: rgb(216,41,78); }
div.DivClassName
{
background-color: #D8294E;
}
.BgClassName
{
background-color: #D8294E;
}
</style>
border-color css
<style>
span { border-color: #D8294E; }
span { border-color: rgb(216,41,78); }
td.TdClassName
{
border-color: #D8294E;
}
.TagClassName
{
border-color: #D8294E;
}
</style>