Shades of Amaranth #D8354D
Tints of Amaranth #D8354D
RGB
CMYK
RGB Variations
Color information
#D8354D (or 0xD8354D) is known color: Amaranth. HEX triplet: D8, 35 and 4D. RGB value is (216,53,77). Sum of RGB (Red+Green+Blue) = 216+53+77=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8354D is #27CAB2. Grayscale: #686868. Windows color (decimal): -2607795 or 5060056. OLE color: 5060056.
HSL color Cylindrical-coordinate representation of color #D8354D: hue angle of 351.17º 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 #D8354D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 77 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.15 |
| HSL | 351.17º | 0.68% | 0.53% | - |
| HSV(B) | 351.17º | 0.75% | 0.85% | - |
| XYZ | 30.93 | 17.68 | 8.8 | - |
| YUV | 104.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 77 | 0 | 0.75 | 0.64 | 0.15 | 351.17 | 0.68 | 0.53 |
| Hex | D8 | 35 | 4D | 0 | 4B | 40 | F | 15F | 44 | 35 |
| Octal | 330 | 65 | 115 | 0 | 113 | 100 | 17 | 537 | 104 | 65 |
| Binary | 11011000 | 110101 | 1001101 | 0 | 1001011 | 1000000 | 1111 | 101011111 | 1000100 | 110101 |
Color Harmonies of #D8354D
Complementary color
Monochromatic Colors of #D8354D
Black with #D8354D
Text Example
Text Example
White with #D8354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8354D; }
p { color: rgb(216,53,77); }
H1.HeaderClassName
{
color: #D8354D;
}
.AnyTagClassName
{
color: #D8354D;
}
</style>
background-color css
<style>
a { background-color: #D8354D; }
a { background-color: rgb(216,53,77); }
div.DivClassName
{
background-color: #D8354D;
}
.BgClassName
{
background-color: #D8354D;
}
</style>
border-color css
<style>
span { border-color: #D8354D; }
span { border-color: rgb(216,53,77); }
td.TdClassName
{
border-color: #D8354D;
}
.TagClassName
{
border-color: #D8354D;
}
</style>