Shades of Amaranth #D72F54
Tints of Amaranth #D72F54
RGB
CMYK
RGB Variations
Color information
#D72F54 (or 0xD72F54) is known color: Amaranth. HEX triplet: D7, 2F and 54. RGB value is (215,47,84). Sum of RGB (Red+Green+Blue) = 215+47+84=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F54 is #28D0AB. Grayscale: #656565. Windows color (decimal): -2674860 or 5517271. OLE color: 5517271.
HSL color Cylindrical-coordinate representation of color #D72F54: hue angle of 346.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F54 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 84 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.16 |
| HSL | 346.79º | 0.68% | 0.51% | - |
| HSV(B) | 346.79º | 0.78% | 0.84% | - |
| XYZ | 30.64 | 17.12 | 10.08 | - |
| YUV | 101.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 84 | 0 | 0.78 | 0.61 | 0.16 | 346.79 | 0.68 | 0.51 |
| Hex | D7 | 2F | 54 | 0 | 4E | 3D | 10 | 15B | 44 | 33 |
| Octal | 327 | 57 | 124 | 0 | 116 | 75 | 20 | 533 | 104 | 63 |
| Binary | 11010111 | 101111 | 1010100 | 0 | 1001110 | 111101 | 10000 | 101011011 | 1000100 | 110011 |
Color Harmonies of #D72F54
Complementary color
Monochromatic Colors of #D72F54
Black with #D72F54
Text Example
Text Example
White with #D72F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F54; }
p { color: rgb(215,47,84); }
H1.HeaderClassName
{
color: #D72F54;
}
.AnyTagClassName
{
color: #D72F54;
}
</style>
background-color css
<style>
a { background-color: #D72F54; }
a { background-color: rgb(215,47,84); }
div.DivClassName
{
background-color: #D72F54;
}
.BgClassName
{
background-color: #D72F54;
}
</style>
border-color css
<style>
span { border-color: #D72F54; }
span { border-color: rgb(215,47,84); }
td.TdClassName
{
border-color: #D72F54;
}
.TagClassName
{
border-color: #D72F54;
}
</style>