Shades of Amaranth #D71D4F
Tints of Amaranth #D71D4F
RGB
CMYK
RGB Variations
Color information
#D71D4F (or 0xD71D4F) is known color: Amaranth. HEX triplet: D7, 1D and 4F. RGB value is (215,29,79). Sum of RGB (Red+Green+Blue) = 215+29+79=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D4F is #28E2B0. Grayscale: #5A5A5A. Windows color (decimal): -2679473 or 5184983. OLE color: 5184983.
HSL color Cylindrical-coordinate representation of color #D71D4F: hue angle of 343.87º 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 #D71D4F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 79 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.16 |
| HSL | 343.87º | 0.76% | 0.48% | - |
| HSV(B) | 343.87º | 0.87% | 0.84% | - |
| XYZ | 29.87 | 15.89 | 8.89 | - |
| YUV | 90.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 79 | 0 | 0.87 | 0.63 | 0.16 | 343.87 | 0.76 | 0.48 |
| Hex | D7 | 1D | 4F | 0 | 57 | 3F | 10 | 158 | 4C | 30 |
| Octal | 327 | 35 | 117 | 0 | 127 | 77 | 20 | 530 | 114 | 60 |
| Binary | 11010111 | 11101 | 1001111 | 0 | 1010111 | 111111 | 10000 | 101011000 | 1001100 | 110000 |
Color Harmonies of #D71D4F
Complementary color
Monochromatic Colors of #D71D4F
Black with #D71D4F
Text Example
Text Example
White with #D71D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D4F; }
p { color: rgb(215,29,79); }
H1.HeaderClassName
{
color: #D71D4F;
}
.AnyTagClassName
{
color: #D71D4F;
}
</style>
background-color css
<style>
a { background-color: #D71D4F; }
a { background-color: rgb(215,29,79); }
div.DivClassName
{
background-color: #D71D4F;
}
.BgClassName
{
background-color: #D71D4F;
}
</style>
border-color css
<style>
span { border-color: #D71D4F; }
span { border-color: rgb(215,29,79); }
td.TdClassName
{
border-color: #D71D4F;
}
.TagClassName
{
border-color: #D71D4F;
}
</style>