Shades of Amaranth #D8364D
Tints of Amaranth #D8364D
RGB
CMYK
RGB Variations
Color information
#D8364D (or 0xD8364D) is known color: Amaranth. HEX triplet: D8, 36 and 4D. RGB value is (216,54,77). Sum of RGB (Red+Green+Blue) = 216+54+77=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8364D is #27C9B2. Grayscale: #696969. Windows color (decimal): -2607539 or 5060312. OLE color: 5060312.
HSL color Cylindrical-coordinate representation of color #D8364D: hue angle of 351.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8364D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 77 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.15 |
| HSL | 351.48º | 0.68% | 0.53% | - |
| HSV(B) | 351.48º | 0.75% | 0.85% | - |
| XYZ | 30.98 | 17.77 | 8.82 | - |
| YUV | 105.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 77 | 0 | 0.75 | 0.64 | 0.15 | 351.48 | 0.68 | 0.53 |
| Hex | D8 | 36 | 4D | 0 | 4B | 40 | F | 15F | 44 | 35 |
| Octal | 330 | 66 | 115 | 0 | 113 | 100 | 17 | 537 | 104 | 65 |
| Binary | 11011000 | 110110 | 1001101 | 0 | 1001011 | 1000000 | 1111 | 101011111 | 1000100 | 110101 |
Color Harmonies of #D8364D
Complementary color
Monochromatic Colors of #D8364D
Black with #D8364D
Text Example
Text Example
White with #D8364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8364D; }
p { color: rgb(216,54,77); }
H1.HeaderClassName
{
color: #D8364D;
}
.AnyTagClassName
{
color: #D8364D;
}
</style>
background-color css
<style>
a { background-color: #D8364D; }
a { background-color: rgb(216,54,77); }
div.DivClassName
{
background-color: #D8364D;
}
.BgClassName
{
background-color: #D8364D;
}
</style>
border-color css
<style>
span { border-color: #D8364D; }
span { border-color: rgb(216,54,77); }
td.TdClassName
{
border-color: #D8364D;
}
.TagClassName
{
border-color: #D8364D;
}
</style>