Shades of Amaranth #D81D51
Tints of Amaranth #D81D51
RGB
CMYK
RGB Variations
Color information
#D81D51 (or 0xD81D51) is known color: Amaranth. HEX triplet: D8, 1D and 51. RGB value is (216,29,81). Sum of RGB (Red+Green+Blue) = 216+29+81=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D51 is #27E2AE. Grayscale: #5A5A5A. Windows color (decimal): -2613935 or 5316056. OLE color: 5316056.
HSL color Cylindrical-coordinate representation of color #D81D51: hue angle of 343.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D51 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 81 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.15 |
| HSL | 343.32º | 0.76% | 0.48% | - |
| HSV(B) | 343.32º | 0.87% | 0.85% | - |
| XYZ | 30.24 | 16.07 | 9.29 | - |
| YUV | 90.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 81 | 0 | 0.87 | 0.62 | 0.15 | 343.32 | 0.76 | 0.48 |
| Hex | D8 | 1D | 51 | 0 | 57 | 3E | F | 157 | 4C | 30 |
| Octal | 330 | 35 | 121 | 0 | 127 | 76 | 17 | 527 | 114 | 60 |
| Binary | 11011000 | 11101 | 1010001 | 0 | 1010111 | 111110 | 1111 | 101010111 | 1001100 | 110000 |
Color Harmonies of #D81D51
Complementary color
Monochromatic Colors of #D81D51
Black with #D81D51
Text Example
Text Example
White with #D81D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D51; }
p { color: rgb(216,29,81); }
H1.HeaderClassName
{
color: #D81D51;
}
.AnyTagClassName
{
color: #D81D51;
}
</style>
background-color css
<style>
a { background-color: #D81D51; }
a { background-color: rgb(216,29,81); }
div.DivClassName
{
background-color: #D81D51;
}
.BgClassName
{
background-color: #D81D51;
}
</style>
border-color css
<style>
span { border-color: #D81D51; }
span { border-color: rgb(216,29,81); }
td.TdClassName
{
border-color: #D81D51;
}
.TagClassName
{
border-color: #D81D51;
}
</style>