Shades of Amaranth #D72952
Tints of Amaranth #D72952
RGB
CMYK
RGB Variations
Color information
#D72952 (or 0xD72952) is known color: Amaranth. HEX triplet: D7, 29 and 52. RGB value is (215,41,82). Sum of RGB (Red+Green+Blue) = 215+41+82=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D72952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72952 is #28D6AD. Grayscale: #616161. Windows color (decimal): -2676398 or 5384663. OLE color: 5384663.
HSL color Cylindrical-coordinate representation of color #D72952: hue angle of 345.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72952 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 82 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.16 |
| HSL | 345.86º | 0.69% | 0.5% | - |
| HSV(B) | 345.86º | 0.81% | 0.84% | - |
| XYZ | 30.34 | 16.64 | 9.6 | - |
| YUV | 97.7 | 119.15 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 82 | 0 | 0.81 | 0.62 | 0.16 | 345.86 | 0.69 | 0.5 |
| Hex | D7 | 29 | 52 | 0 | 51 | 3E | 10 | 15A | 45 | 32 |
| Octal | 327 | 51 | 122 | 0 | 121 | 76 | 20 | 532 | 105 | 62 |
| Binary | 11010111 | 101001 | 1010010 | 0 | 1010001 | 111110 | 10000 | 101011010 | 1000101 | 110010 |
Color Harmonies of #D72952
Complementary color
Monochromatic Colors of #D72952
Black with #D72952
Text Example
Text Example
White with #D72952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72952; }
p { color: rgb(215,41,82); }
H1.HeaderClassName
{
color: #D72952;
}
.AnyTagClassName
{
color: #D72952;
}
</style>
background-color css
<style>
a { background-color: #D72952; }
a { background-color: rgb(215,41,82); }
div.DivClassName
{
background-color: #D72952;
}
.BgClassName
{
background-color: #D72952;
}
</style>
border-color css
<style>
span { border-color: #D72952; }
span { border-color: rgb(215,41,82); }
td.TdClassName
{
border-color: #D72952;
}
.TagClassName
{
border-color: #D72952;
}
</style>