Shades of Amaranth #D72752
Tints of Amaranth #D72752
RGB
CMYK
RGB Variations
Color information
#D72752 (or 0xD72752) is known color: Amaranth. HEX triplet: D7, 27 and 52. RGB value is (215,39,82). Sum of RGB (Red+Green+Blue) = 215+39+82=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D72752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72752 is #28D8AD. Grayscale: #606060. Windows color (decimal): -2676910 or 5384151. OLE color: 5384151.
HSL color Cylindrical-coordinate representation of color #D72752: hue angle of 345.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72752 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 82 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.16 |
| HSL | 345.34º | 0.69% | 0.5% | - |
| HSV(B) | 345.34º | 0.82% | 0.84% | - |
| XYZ | 30.27 | 16.51 | 9.57 | - |
| YUV | 96.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 82 | 0 | 0.82 | 0.62 | 0.16 | 345.34 | 0.69 | 0.5 |
| Hex | D7 | 27 | 52 | 0 | 52 | 3E | 10 | 159 | 45 | 32 |
| Octal | 327 | 47 | 122 | 0 | 122 | 76 | 20 | 531 | 105 | 62 |
| Binary | 11010111 | 100111 | 1010010 | 0 | 1010010 | 111110 | 10000 | 101011001 | 1000101 | 110010 |
Color Harmonies of #D72752
Complementary color
Monochromatic Colors of #D72752
Black with #D72752
Text Example
Text Example
White with #D72752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72752; }
p { color: rgb(215,39,82); }
H1.HeaderClassName
{
color: #D72752;
}
.AnyTagClassName
{
color: #D72752;
}
</style>
background-color css
<style>
a { background-color: #D72752; }
a { background-color: rgb(215,39,82); }
div.DivClassName
{
background-color: #D72752;
}
.BgClassName
{
background-color: #D72752;
}
</style>
border-color css
<style>
span { border-color: #D72752; }
span { border-color: rgb(215,39,82); }
td.TdClassName
{
border-color: #D72752;
}
.TagClassName
{
border-color: #D72752;
}
</style>