Shades of Amaranth #D8344C
Tints of Amaranth #D8344C
RGB
CMYK
RGB Variations
Color information
#D8344C (or 0xD8344C) is known color: Amaranth. HEX triplet: D8, 34 and 4C. RGB value is (216,52,76). Sum of RGB (Red+Green+Blue) = 216+52+76=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8344C is #27CBB3. Grayscale: #676767. Windows color (decimal): -2608052 or 4994264. OLE color: 4994264.
HSL color Cylindrical-coordinate representation of color #D8344C: hue angle of 351.22º 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 #D8344C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.22º | 0.68% | 0.53% | - |
| HSV(B) | 351.22º | 0.76% | 0.85% | - |
| XYZ | 30.85 | 17.58 | 8.6 | - |
| YUV | 103.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 76 | 0 | 0.76 | 0.65 | 0.15 | 351.22 | 0.68 | 0.53 |
| Hex | D8 | 34 | 4C | 0 | 4C | 41 | F | 15F | 44 | 35 |
| Octal | 330 | 64 | 114 | 0 | 114 | 101 | 17 | 537 | 104 | 65 |
| Binary | 11011000 | 110100 | 1001100 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000100 | 110101 |
Color Harmonies of #D8344C
Complementary color
Monochromatic Colors of #D8344C
Black with #D8344C
Text Example
Text Example
White with #D8344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8344C; }
p { color: rgb(216,52,76); }
H1.HeaderClassName
{
color: #D8344C;
}
.AnyTagClassName
{
color: #D8344C;
}
</style>
background-color css
<style>
a { background-color: #D8344C; }
a { background-color: rgb(216,52,76); }
div.DivClassName
{
background-color: #D8344C;
}
.BgClassName
{
background-color: #D8344C;
}
</style>
border-color css
<style>
span { border-color: #D8344C; }
span { border-color: rgb(216,52,76); }
td.TdClassName
{
border-color: #D8344C;
}
.TagClassName
{
border-color: #D8344C;
}
</style>