Shades of Amaranth #D72D54
Tints of Amaranth #D72D54
RGB
CMYK
RGB Variations
Color information
#D72D54 (or 0xD72D54) is known color: Amaranth. HEX triplet: D7, 2D and 54. RGB value is (215,45,84). Sum of RGB (Red+Green+Blue) = 215+45+84=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D54 is #28D2AB. Grayscale: #646464. Windows color (decimal): -2675372 or 5516759. OLE color: 5516759.
HSL color Cylindrical-coordinate representation of color #D72D54: hue angle of 346.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D54 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 84 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.16 |
| HSL | 346.24º | 0.68% | 0.51% | - |
| HSV(B) | 346.24º | 0.79% | 0.84% | - |
| XYZ | 30.56 | 16.96 | 10.05 | - |
| YUV | 100.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 84 | 0 | 0.79 | 0.61 | 0.16 | 346.24 | 0.68 | 0.51 |
| Hex | D7 | 2D | 54 | 0 | 4F | 3D | 10 | 15A | 44 | 33 |
| Octal | 327 | 55 | 124 | 0 | 117 | 75 | 20 | 532 | 104 | 63 |
| Binary | 11010111 | 101101 | 1010100 | 0 | 1001111 | 111101 | 10000 | 101011010 | 1000100 | 110011 |
Color Harmonies of #D72D54
Complementary color
Monochromatic Colors of #D72D54
Black with #D72D54
Text Example
Text Example
White with #D72D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D54; }
p { color: rgb(215,45,84); }
H1.HeaderClassName
{
color: #D72D54;
}
.AnyTagClassName
{
color: #D72D54;
}
</style>
background-color css
<style>
a { background-color: #D72D54; }
a { background-color: rgb(215,45,84); }
div.DivClassName
{
background-color: #D72D54;
}
.BgClassName
{
background-color: #D72D54;
}
</style>
border-color css
<style>
span { border-color: #D72D54; }
span { border-color: rgb(215,45,84); }
td.TdClassName
{
border-color: #D72D54;
}
.TagClassName
{
border-color: #D72D54;
}
</style>