Shades of Amaranth #D72654
Tints of Amaranth #D72654
RGB
CMYK
RGB Variations
Color information
#D72654 (or 0xD72654) is known color: Amaranth. HEX triplet: D7, 26 and 54. RGB value is (215,38,84). Sum of RGB (Red+Green+Blue) = 215+38+84=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72654 is #28D9AB. Grayscale: #606060. Windows color (decimal): -2677164 or 5514967. OLE color: 5514967.
HSL color Cylindrical-coordinate representation of color #D72654: hue angle of 344.41º 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 #D72654 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 84 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.16 |
| HSL | 344.41º | 0.7% | 0.5% | - |
| HSV(B) | 344.41º | 0.82% | 0.84% | - |
| XYZ | 30.32 | 16.47 | 9.97 | - |
| YUV | 96.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 84 | 0 | 0.82 | 0.61 | 0.16 | 344.41 | 0.7 | 0.5 |
| Hex | D7 | 26 | 54 | 0 | 52 | 3D | 10 | 158 | 46 | 32 |
| Octal | 327 | 46 | 124 | 0 | 122 | 75 | 20 | 530 | 106 | 62 |
| Binary | 11010111 | 100110 | 1010100 | 0 | 1010010 | 111101 | 10000 | 101011000 | 1000110 | 110010 |
Color Harmonies of #D72654
Complementary color
Monochromatic Colors of #D72654
Black with #D72654
Text Example
Text Example
White with #D72654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72654; }
p { color: rgb(215,38,84); }
H1.HeaderClassName
{
color: #D72654;
}
.AnyTagClassName
{
color: #D72654;
}
</style>
background-color css
<style>
a { background-color: #D72654; }
a { background-color: rgb(215,38,84); }
div.DivClassName
{
background-color: #D72654;
}
.BgClassName
{
background-color: #D72654;
}
</style>
border-color css
<style>
span { border-color: #D72654; }
span { border-color: rgb(215,38,84); }
td.TdClassName
{
border-color: #D72654;
}
.TagClassName
{
border-color: #D72654;
}
</style>