Shades of Amaranth #D72050
Tints of Amaranth #D72050
RGB
CMYK
RGB Variations
Color information
#D72050 (or 0xD72050) is known color: Amaranth. HEX triplet: D7, 20 and 50. RGB value is (215,32,80). Sum of RGB (Red+Green+Blue) = 215+32+80=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D72050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72050 is #28DFAF. Grayscale: #5C5C5C. Windows color (decimal): -2678704 or 5251287. OLE color: 5251287.
HSL color Cylindrical-coordinate representation of color #D72050: hue angle of 344.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72050 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 80 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.16 |
| HSL | 344.26º | 0.74% | 0.48% | - |
| HSV(B) | 344.26º | 0.85% | 0.84% | - |
| XYZ | 29.99 | 16.06 | 9.11 | - |
| YUV | 92.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 80 | 0 | 0.85 | 0.63 | 0.16 | 344.26 | 0.74 | 0.48 |
| Hex | D7 | 20 | 50 | 0 | 55 | 3F | 10 | 158 | 4A | 30 |
| Octal | 327 | 40 | 120 | 0 | 125 | 77 | 20 | 530 | 112 | 60 |
| Binary | 11010111 | 100000 | 1010000 | 0 | 1010101 | 111111 | 10000 | 101011000 | 1001010 | 110000 |
Color Harmonies of #D72050
Complementary color
Monochromatic Colors of #D72050
Black with #D72050
Text Example
Text Example
White with #D72050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72050; }
p { color: rgb(215,32,80); }
H1.HeaderClassName
{
color: #D72050;
}
.AnyTagClassName
{
color: #D72050;
}
</style>
background-color css
<style>
a { background-color: #D72050; }
a { background-color: rgb(215,32,80); }
div.DivClassName
{
background-color: #D72050;
}
.BgClassName
{
background-color: #D72050;
}
</style>
border-color css
<style>
span { border-color: #D72050; }
span { border-color: rgb(215,32,80); }
td.TdClassName
{
border-color: #D72050;
}
.TagClassName
{
border-color: #D72050;
}
</style>