Shades of Amaranth #D8344E
Tints of Amaranth #D8344E
RGB
CMYK
RGB Variations
Color information
#D8344E (or 0xD8344E) is known color: Amaranth. HEX triplet: D8, 34 and 4E. RGB value is (216,52,78). Sum of RGB (Red+Green+Blue) = 216+52+78=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8344E is #27CBB1. Grayscale: #686868. Windows color (decimal): -2608050 or 5125336. OLE color: 5125336.
HSL color Cylindrical-coordinate representation of color #D8344E: hue angle of 350.49º 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 #D8344E is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 78 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.15 |
| HSL | 350.49º | 0.68% | 0.53% | - |
| HSV(B) | 350.49º | 0.76% | 0.85% | - |
| XYZ | 30.92 | 17.6 | 8.98 | - |
| YUV | 104 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 78 | 0 | 0.76 | 0.64 | 0.15 | 350.49 | 0.68 | 0.53 |
| Hex | D8 | 34 | 4E | 0 | 4C | 40 | F | 15E | 44 | 35 |
| Octal | 330 | 64 | 116 | 0 | 114 | 100 | 17 | 536 | 104 | 65 |
| Binary | 11011000 | 110100 | 1001110 | 0 | 1001100 | 1000000 | 1111 | 101011110 | 1000100 | 110101 |
Color Harmonies of #D8344E
Complementary color
Monochromatic Colors of #D8344E
Black with #D8344E
Text Example
Text Example
White with #D8344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8344E; }
p { color: rgb(216,52,78); }
H1.HeaderClassName
{
color: #D8344E;
}
.AnyTagClassName
{
color: #D8344E;
}
</style>
background-color css
<style>
a { background-color: #D8344E; }
a { background-color: rgb(216,52,78); }
div.DivClassName
{
background-color: #D8344E;
}
.BgClassName
{
background-color: #D8344E;
}
</style>
border-color css
<style>
span { border-color: #D8344E; }
span { border-color: rgb(216,52,78); }
td.TdClassName
{
border-color: #D8344E;
}
.TagClassName
{
border-color: #D8344E;
}
</style>