Shades of Amaranth #D72456
Tints of Amaranth #D72456
RGB
CMYK
RGB Variations
Color information
#D72456 (or 0xD72456) is known color: Amaranth. HEX triplet: D7, 24 and 56. RGB value is (215,36,86). Sum of RGB (Red+Green+Blue) = 215+36+86=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72456 is #28DBA9. Grayscale: #5F5F5F. Windows color (decimal): -2677674 or 5645527. OLE color: 5645527.
HSL color Cylindrical-coordinate representation of color #D72456: hue angle of 343.24º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72456 is Cyan = 0, Magento = 0.83, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 86 | - |
| CMYK | 0 | 0.83 | 0.6 | 0.16 |
| HSL | 343.24º | 0.71% | 0.49% | - |
| HSV(B) | 343.24º | 0.83% | 0.84% | - |
| XYZ | 30.33 | 16.38 | 10.37 | - |
| YUV | 95.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 86 | 0 | 0.83 | 0.6 | 0.16 | 343.24 | 0.71 | 0.49 |
| Hex | D7 | 24 | 56 | 0 | 53 | 3C | 10 | 157 | 47 | 31 |
| Octal | 327 | 44 | 126 | 0 | 123 | 74 | 20 | 527 | 107 | 61 |
| Binary | 11010111 | 100100 | 1010110 | 0 | 1010011 | 111100 | 10000 | 101010111 | 1000111 | 110001 |
Color Harmonies of #D72456
Complementary color
Monochromatic Colors of #D72456
Black with #D72456
Text Example
Text Example
White with #D72456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72456; }
p { color: rgb(215,36,86); }
H1.HeaderClassName
{
color: #D72456;
}
.AnyTagClassName
{
color: #D72456;
}
</style>
background-color css
<style>
a { background-color: #D72456; }
a { background-color: rgb(215,36,86); }
div.DivClassName
{
background-color: #D72456;
}
.BgClassName
{
background-color: #D72456;
}
</style>
border-color css
<style>
span { border-color: #D72456; }
span { border-color: rgb(215,36,86); }
td.TdClassName
{
border-color: #D72456;
}
.TagClassName
{
border-color: #D72456;
}
</style>