Shades of Amaranth #D72255
Tints of Amaranth #D72255
RGB
CMYK
RGB Variations
Color information
#D72255 (or 0xD72255) is known color: Amaranth. HEX triplet: D7, 22 and 55. RGB value is (215,34,85). Sum of RGB (Red+Green+Blue) = 215+34+85=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D72255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72255 is #28DDAA. Grayscale: #5D5D5D. Windows color (decimal): -2678187 or 5579479. OLE color: 5579479.
HSL color Cylindrical-coordinate representation of color #D72255: hue angle of 343.09º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72255 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 85 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.16 |
| HSL | 343.09º | 0.73% | 0.49% | - |
| HSV(B) | 343.09º | 0.84% | 0.84% | - |
| XYZ | 30.24 | 16.25 | 10.14 | - |
| YUV | 93.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 85 | 0 | 0.84 | 0.60 | 0.16 | 343.09 | 0.73 | 0.49 |
| Hex | D7 | 22 | 55 | 0 | 54 | 3C | 10 | 157 | 49 | 31 |
| Octal | 327 | 42 | 125 | 0 | 124 | 74 | 20 | 527 | 111 | 61 |
| Binary | 11010111 | 100010 | 1010101 | 0 | 1010100 | 111100 | 10000 | 101010111 | 1001001 | 110001 |
Color Harmonies of #D72255
Complementary color
Monochromatic Colors of #D72255
Black with #D72255
Text Example
Text Example
White with #D72255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72255; }
p { color: rgb(215,34,85); }
H1.HeaderClassName
{
color: #D72255;
}
.AnyTagClassName
{
color: #D72255;
}
</style>
background-color css
<style>
a { background-color: #D72255; }
a { background-color: rgb(215,34,85); }
div.DivClassName
{
background-color: #D72255;
}
.BgClassName
{
background-color: #D72255;
}
</style>
border-color css
<style>
span { border-color: #D72255; }
span { border-color: rgb(215,34,85); }
td.TdClassName
{
border-color: #D72255;
}
.TagClassName
{
border-color: #D72255;
}
</style>