Shades of Amaranth #D71F4D
Tints of Amaranth #D71F4D
RGB
CMYK
RGB Variations
Color information
#D71F4D (or 0xD71F4D) is known color: Amaranth. HEX triplet: D7, 1F and 4D. RGB value is (215,31,77). Sum of RGB (Red+Green+Blue) = 215+31+77=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F4D is #28E0B2. Grayscale: #5B5B5B. Windows color (decimal): -2678963 or 5054423. OLE color: 5054423.
HSL color Cylindrical-coordinate representation of color #D71F4D: hue angle of 345º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F4D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 77 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.16 |
| HSL | 345º | 0.75% | 0.48% | - |
| HSV(B) | 345º | 0.86% | 0.84% | - |
| XYZ | 29.85 | 15.96 | 8.53 | - |
| YUV | 91.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 77 | 0 | 0.86 | 0.64 | 0.16 | 345 | 0.75 | 0.48 |
| Hex | D7 | 1F | 4D | 0 | 56 | 40 | 10 | 159 | 4B | 30 |
| Octal | 327 | 37 | 115 | 0 | 126 | 100 | 20 | 531 | 113 | 60 |
| Binary | 11010111 | 11111 | 1001101 | 0 | 1010110 | 1000000 | 10000 | 101011001 | 1001011 | 110000 |
Color Harmonies of #D71F4D
Complementary color
Monochromatic Colors of #D71F4D
Black with #D71F4D
Text Example
Text Example
White with #D71F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F4D; }
p { color: rgb(215,31,77); }
H1.HeaderClassName
{
color: #D71F4D;
}
.AnyTagClassName
{
color: #D71F4D;
}
</style>
background-color css
<style>
a { background-color: #D71F4D; }
a { background-color: rgb(215,31,77); }
div.DivClassName
{
background-color: #D71F4D;
}
.BgClassName
{
background-color: #D71F4D;
}
</style>
border-color css
<style>
span { border-color: #D71F4D; }
span { border-color: rgb(215,31,77); }
td.TdClassName
{
border-color: #D71F4D;
}
.TagClassName
{
border-color: #D71F4D;
}
</style>