Shades of Amaranth #D82A51
Tints of Amaranth #D82A51
RGB
CMYK
RGB Variations
Color information
#D82A51 (or 0xD82A51) is known color: Amaranth. HEX triplet: D8, 2A and 51. RGB value is (216,42,81). Sum of RGB (Red+Green+Blue) = 216+42+81=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A51 is #27D5AE. Grayscale: #626262. Windows color (decimal): -2610607 or 5319384. OLE color: 5319384.
HSL color Cylindrical-coordinate representation of color #D82A51: hue angle of 346.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A51 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 81 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.15 |
| HSL | 346.55º | 0.69% | 0.51% | - |
| HSV(B) | 346.55º | 0.81% | 0.85% | - |
| XYZ | 30.63 | 16.85 | 9.42 | - |
| YUV | 98.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 81 | 0 | 0.81 | 0.62 | 0.15 | 346.55 | 0.69 | 0.51 |
| Hex | D8 | 2A | 51 | 0 | 51 | 3E | F | 15B | 45 | 33 |
| Octal | 330 | 52 | 121 | 0 | 121 | 76 | 17 | 533 | 105 | 63 |
| Binary | 11011000 | 101010 | 1010001 | 0 | 1010001 | 111110 | 1111 | 101011011 | 1000101 | 110011 |
Color Harmonies of #D82A51
Complementary color
Monochromatic Colors of #D82A51
Black with #D82A51
Text Example
Text Example
White with #D82A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A51; }
p { color: rgb(216,42,81); }
H1.HeaderClassName
{
color: #D82A51;
}
.AnyTagClassName
{
color: #D82A51;
}
</style>
background-color css
<style>
a { background-color: #D82A51; }
a { background-color: rgb(216,42,81); }
div.DivClassName
{
background-color: #D82A51;
}
.BgClassName
{
background-color: #D82A51;
}
</style>
border-color css
<style>
span { border-color: #D82A51; }
span { border-color: rgb(216,42,81); }
td.TdClassName
{
border-color: #D82A51;
}
.TagClassName
{
border-color: #D82A51;
}
</style>