Shades of Amaranth #D71D4E
Tints of Amaranth #D71D4E
RGB
CMYK
RGB Variations
Color information
#D71D4E (or 0xD71D4E) is known color: Amaranth. HEX triplet: D7, 1D and 4E. RGB value is (215,29,78). Sum of RGB (Red+Green+Blue) = 215+29+78=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D4E is #28E2B1. Grayscale: #5A5A5A. Windows color (decimal): -2679474 or 5119447. OLE color: 5119447.
HSL color Cylindrical-coordinate representation of color #D71D4E: hue angle of 344.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D4E is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 78 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.16 |
| HSL | 344.19º | 0.76% | 0.48% | - |
| HSV(B) | 344.19º | 0.87% | 0.84% | - |
| XYZ | 29.84 | 15.88 | 8.7 | - |
| YUV | 90.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 78 | 0 | 0.87 | 0.64 | 0.16 | 344.19 | 0.76 | 0.48 |
| Hex | D7 | 1D | 4E | 0 | 57 | 40 | 10 | 158 | 4C | 30 |
| Octal | 327 | 35 | 116 | 0 | 127 | 100 | 20 | 530 | 114 | 60 |
| Binary | 11010111 | 11101 | 1001110 | 0 | 1010111 | 1000000 | 10000 | 101011000 | 1001100 | 110000 |
Color Harmonies of #D71D4E
Complementary color
Monochromatic Colors of #D71D4E
Black with #D71D4E
Text Example
Text Example
White with #D71D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D4E; }
p { color: rgb(215,29,78); }
H1.HeaderClassName
{
color: #D71D4E;
}
.AnyTagClassName
{
color: #D71D4E;
}
</style>
background-color css
<style>
a { background-color: #D71D4E; }
a { background-color: rgb(215,29,78); }
div.DivClassName
{
background-color: #D71D4E;
}
.BgClassName
{
background-color: #D71D4E;
}
</style>
border-color css
<style>
span { border-color: #D71D4E; }
span { border-color: rgb(215,29,78); }
td.TdClassName
{
border-color: #D71D4E;
}
.TagClassName
{
border-color: #D71D4E;
}
</style>