Shades of Amaranth #D72156
Tints of Amaranth #D72156
RGB
CMYK
RGB Variations
Color information
#D72156 (or 0xD72156) is known color: Amaranth. HEX triplet: D7, 21 and 56. RGB value is (215,33,86). Sum of RGB (Red+Green+Blue) = 215+33+86=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D72156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72156 is #28DEA9. Grayscale: #5D5D5D. Windows color (decimal): -2678442 or 5644759. OLE color: 5644759.
HSL color Cylindrical-coordinate representation of color #D72156: hue angle of 342.53º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72156 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 86 | - |
| CMYK | 0 | 0.85 | 0.6 | 0.16 |
| HSL | 342.53º | 0.73% | 0.49% | - |
| HSV(B) | 342.53º | 0.85% | 0.84% | - |
| XYZ | 30.25 | 16.21 | 10.34 | - |
| YUV | 93.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 86 | 0 | 0.85 | 0.6 | 0.16 | 342.53 | 0.73 | 0.49 |
| Hex | D7 | 21 | 56 | 0 | 55 | 3C | 10 | 157 | 49 | 31 |
| Octal | 327 | 41 | 126 | 0 | 125 | 74 | 20 | 527 | 111 | 61 |
| Binary | 11010111 | 100001 | 1010110 | 0 | 1010101 | 111100 | 10000 | 101010111 | 1001001 | 110001 |
Color Harmonies of #D72156
Complementary color
Monochromatic Colors of #D72156
Black with #D72156
Text Example
Text Example
White with #D72156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72156; }
p { color: rgb(215,33,86); }
H1.HeaderClassName
{
color: #D72156;
}
.AnyTagClassName
{
color: #D72156;
}
</style>
background-color css
<style>
a { background-color: #D72156; }
a { background-color: rgb(215,33,86); }
div.DivClassName
{
background-color: #D72156;
}
.BgClassName
{
background-color: #D72156;
}
</style>
border-color css
<style>
span { border-color: #D72156; }
span { border-color: rgb(215,33,86); }
td.TdClassName
{
border-color: #D72156;
}
.TagClassName
{
border-color: #D72156;
}
</style>