Shades of Amaranth #D72154
Tints of Amaranth #D72154
RGB
CMYK
RGB Variations
Color information
#D72154 (or 0xD72154) is known color: Amaranth. HEX triplet: D7, 21 and 54. RGB value is (215,33,84). Sum of RGB (Red+Green+Blue) = 215+33+84=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D72154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72154 is #28DEAB. Grayscale: #5D5D5D. Windows color (decimal): -2678444 or 5513687. OLE color: 5513687.
HSL color Cylindrical-coordinate representation of color #D72154: hue angle of 343.19º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72154 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 84 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.16 |
| HSL | 343.19º | 0.73% | 0.49% | - |
| HSV(B) | 343.19º | 0.85% | 0.84% | - |
| XYZ | 30.17 | 16.17 | 9.92 | - |
| YUV | 93.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 84 | 0 | 0.85 | 0.61 | 0.16 | 343.19 | 0.73 | 0.49 |
| Hex | D7 | 21 | 54 | 0 | 55 | 3D | 10 | 157 | 49 | 31 |
| Octal | 327 | 41 | 124 | 0 | 125 | 75 | 20 | 527 | 111 | 61 |
| Binary | 11010111 | 100001 | 1010100 | 0 | 1010101 | 111101 | 10000 | 101010111 | 1001001 | 110001 |
Color Harmonies of #D72154
Complementary color
Monochromatic Colors of #D72154
Black with #D72154
Text Example
Text Example
White with #D72154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72154; }
p { color: rgb(215,33,84); }
H1.HeaderClassName
{
color: #D72154;
}
.AnyTagClassName
{
color: #D72154;
}
</style>
background-color css
<style>
a { background-color: #D72154; }
a { background-color: rgb(215,33,84); }
div.DivClassName
{
background-color: #D72154;
}
.BgClassName
{
background-color: #D72154;
}
</style>
border-color css
<style>
span { border-color: #D72154; }
span { border-color: rgb(215,33,84); }
td.TdClassName
{
border-color: #D72154;
}
.TagClassName
{
border-color: #D72154;
}
</style>