Shades of Amaranth #D72651
Tints of Amaranth #D72651
RGB
CMYK
RGB Variations
Color information
#D72651 (or 0xD72651) is known color: Amaranth. HEX triplet: D7, 26 and 51. RGB value is (215,38,81). Sum of RGB (Red+Green+Blue) = 215+38+81=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D72651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72651 is #28D9AE. Grayscale: #5F5F5F. Windows color (decimal): -2677167 or 5318359. OLE color: 5318359.
HSL color Cylindrical-coordinate representation of color #D72651: hue angle of 345.42º degrees, saturation: 0.7, 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 #D72651 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 81 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.16 |
| HSL | 345.42º | 0.7% | 0.5% | - |
| HSV(B) | 345.42º | 0.82% | 0.84% | - |
| XYZ | 30.2 | 16.43 | 9.36 | - |
| YUV | 95.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 81 | 0 | 0.82 | 0.62 | 0.16 | 345.42 | 0.7 | 0.5 |
| Hex | D7 | 26 | 51 | 0 | 52 | 3E | 10 | 159 | 46 | 32 |
| Octal | 327 | 46 | 121 | 0 | 122 | 76 | 20 | 531 | 106 | 62 |
| Binary | 11010111 | 100110 | 1010001 | 0 | 1010010 | 111110 | 10000 | 101011001 | 1000110 | 110010 |
Color Harmonies of #D72651
Complementary color
Monochromatic Colors of #D72651
Black with #D72651
Text Example
Text Example
White with #D72651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72651; }
p { color: rgb(215,38,81); }
H1.HeaderClassName
{
color: #D72651;
}
.AnyTagClassName
{
color: #D72651;
}
</style>
background-color css
<style>
a { background-color: #D72651; }
a { background-color: rgb(215,38,81); }
div.DivClassName
{
background-color: #D72651;
}
.BgClassName
{
background-color: #D72651;
}
</style>
border-color css
<style>
span { border-color: #D72651; }
span { border-color: rgb(215,38,81); }
td.TdClassName
{
border-color: #D72651;
}
.TagClassName
{
border-color: #D72651;
}
</style>