Shades of Amaranth #D82C54
Tints of Amaranth #D82C54
RGB
CMYK
RGB Variations
Color information
#D82C54 (or 0xD82C54) is known color: Amaranth. HEX triplet: D8, 2C and 54. RGB value is (216,44,84). Sum of RGB (Red+Green+Blue) = 216+44+84=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C54 is #27D3AB. Grayscale: #636363. Windows color (decimal): -2610092 or 5516504. OLE color: 5516504.
HSL color Cylindrical-coordinate representation of color #D82C54: hue angle of 346.05º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C54 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 84 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.15 |
| HSL | 346.05º | 0.69% | 0.51% | - |
| HSV(B) | 346.05º | 0.8% | 0.85% | - |
| XYZ | 30.82 | 17.04 | 10.05 | - |
| YUV | 99.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 84 | 0 | 0.80 | 0.61 | 0.15 | 346.05 | 0.69 | 0.51 |
| Hex | D8 | 2C | 54 | 0 | 50 | 3D | F | 15A | 45 | 33 |
| Octal | 330 | 54 | 124 | 0 | 120 | 75 | 17 | 532 | 105 | 63 |
| Binary | 11011000 | 101100 | 1010100 | 0 | 1010000 | 111101 | 1111 | 101011010 | 1000101 | 110011 |
Color Harmonies of #D82C54
Complementary color
Monochromatic Colors of #D82C54
Black with #D82C54
Text Example
Text Example
White with #D82C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C54; }
p { color: rgb(216,44,84); }
H1.HeaderClassName
{
color: #D82C54;
}
.AnyTagClassName
{
color: #D82C54;
}
</style>
background-color css
<style>
a { background-color: #D82C54; }
a { background-color: rgb(216,44,84); }
div.DivClassName
{
background-color: #D82C54;
}
.BgClassName
{
background-color: #D82C54;
}
</style>
border-color css
<style>
span { border-color: #D82C54; }
span { border-color: rgb(216,44,84); }
td.TdClassName
{
border-color: #D82C54;
}
.TagClassName
{
border-color: #D82C54;
}
</style>