Shades of Amaranth #D8394E
Tints of Amaranth #D8394E
RGB
CMYK
RGB Variations
Color information
#D8394E (or 0xD8394E) is known color: Amaranth. HEX triplet: D8, 39 and 4E. RGB value is (216,57,78). Sum of RGB (Red+Green+Blue) = 216+57+78=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8394E is #27C6B1. Grayscale: #6B6B6B. Windows color (decimal): -2606770 or 5126616. OLE color: 5126616.
HSL color Cylindrical-coordinate representation of color #D8394E: hue angle of 352.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8394E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 78 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.15 |
| HSL | 352.08º | 0.67% | 0.54% | - |
| HSV(B) | 352.08º | 0.74% | 0.85% | - |
| XYZ | 31.16 | 18.08 | 9.05 | - |
| YUV | 106.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 78 | 0 | 0.74 | 0.64 | 0.15 | 352.08 | 0.67 | 0.54 |
| Hex | D8 | 39 | 4E | 0 | 4A | 40 | F | 160 | 43 | 36 |
| Octal | 330 | 71 | 116 | 0 | 112 | 100 | 17 | 540 | 103 | 66 |
| Binary | 11011000 | 111001 | 1001110 | 0 | 1001010 | 1000000 | 1111 | 101100000 | 1000011 | 110110 |
Color Harmonies of #D8394E
Complementary color
Monochromatic Colors of #D8394E
Black with #D8394E
Text Example
Text Example
White with #D8394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8394E; }
p { color: rgb(216,57,78); }
H1.HeaderClassName
{
color: #D8394E;
}
.AnyTagClassName
{
color: #D8394E;
}
</style>
background-color css
<style>
a { background-color: #D8394E; }
a { background-color: rgb(216,57,78); }
div.DivClassName
{
background-color: #D8394E;
}
.BgClassName
{
background-color: #D8394E;
}
</style>
border-color css
<style>
span { border-color: #D8394E; }
span { border-color: rgb(216,57,78); }
td.TdClassName
{
border-color: #D8394E;
}
.TagClassName
{
border-color: #D8394E;
}
</style>