Shades of Amaranth #D72054
Tints of Amaranth #D72054
RGB
CMYK
RGB Variations
Color information
#D72054 (or 0xD72054) is known color: Amaranth. HEX triplet: D7, 20 and 54. RGB value is (215,32,84). Sum of RGB (Red+Green+Blue) = 215+32+84=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D72054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72054 is #28DFAB. Grayscale: #5C5C5C. Windows color (decimal): -2678700 or 5513431. OLE color: 5513431.
HSL color Cylindrical-coordinate representation of color #D72054: hue angle of 342.95º 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 #D72054 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 84 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.16 |
| HSL | 342.95º | 0.74% | 0.48% | - |
| HSV(B) | 342.95º | 0.85% | 0.84% | - |
| XYZ | 30.14 | 16.12 | 9.91 | - |
| YUV | 92.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 84 | 0 | 0.85 | 0.61 | 0.16 | 342.95 | 0.74 | 0.48 |
| Hex | D7 | 20 | 54 | 0 | 55 | 3D | 10 | 157 | 4A | 30 |
| Octal | 327 | 40 | 124 | 0 | 125 | 75 | 20 | 527 | 112 | 60 |
| Binary | 11010111 | 100000 | 1010100 | 0 | 1010101 | 111101 | 10000 | 101010111 | 1001010 | 110000 |
Color Harmonies of #D72054
Complementary color
Monochromatic Colors of #D72054
Black with #D72054
Text Example
Text Example
White with #D72054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72054; }
p { color: rgb(215,32,84); }
H1.HeaderClassName
{
color: #D72054;
}
.AnyTagClassName
{
color: #D72054;
}
</style>
background-color css
<style>
a { background-color: #D72054; }
a { background-color: rgb(215,32,84); }
div.DivClassName
{
background-color: #D72054;
}
.BgClassName
{
background-color: #D72054;
}
</style>
border-color css
<style>
span { border-color: #D72054; }
span { border-color: rgb(215,32,84); }
td.TdClassName
{
border-color: #D72054;
}
.TagClassName
{
border-color: #D72054;
}
</style>