Shades of Amaranth #D82A54
Tints of Amaranth #D82A54
RGB
CMYK
RGB Variations
Color information
#D82A54 (or 0xD82A54) is known color: Amaranth. HEX triplet: D8, 2A and 54. RGB value is (216,42,84). Sum of RGB (Red+Green+Blue) = 216+42+84=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A54 is #27D5AB. Grayscale: #626262. Windows color (decimal): -2610604 or 5515992. OLE color: 5515992.
HSL color Cylindrical-coordinate representation of color #D82A54: hue angle of 345.52º 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 #D82A54 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 84 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.15 |
| HSL | 345.52º | 0.69% | 0.51% | - |
| HSV(B) | 345.52º | 0.81% | 0.85% | - |
| XYZ | 30.75 | 16.89 | 10.03 | - |
| YUV | 98.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 84 | 0 | 0.81 | 0.61 | 0.15 | 345.52 | 0.69 | 0.51 |
| Hex | D8 | 2A | 54 | 0 | 51 | 3D | F | 15A | 45 | 33 |
| Octal | 330 | 52 | 124 | 0 | 121 | 75 | 17 | 532 | 105 | 63 |
| Binary | 11011000 | 101010 | 1010100 | 0 | 1010001 | 111101 | 1111 | 101011010 | 1000101 | 110011 |
Color Harmonies of #D82A54
Complementary color
Monochromatic Colors of #D82A54
Black with #D82A54
Text Example
Text Example
White with #D82A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A54; }
p { color: rgb(216,42,84); }
H1.HeaderClassName
{
color: #D82A54;
}
.AnyTagClassName
{
color: #D82A54;
}
</style>
background-color css
<style>
a { background-color: #D82A54; }
a { background-color: rgb(216,42,84); }
div.DivClassName
{
background-color: #D82A54;
}
.BgClassName
{
background-color: #D82A54;
}
</style>
border-color css
<style>
span { border-color: #D82A54; }
span { border-color: rgb(216,42,84); }
td.TdClassName
{
border-color: #D82A54;
}
.TagClassName
{
border-color: #D82A54;
}
</style>