Shades of Amaranth #D82854
Tints of Amaranth #D82854
RGB
CMYK
RGB Variations
Color information
#D82854 (or 0xD82854) is known color: Amaranth. HEX triplet: D8, 28 and 54. RGB value is (216,40,84). Sum of RGB (Red+Green+Blue) = 216+40+84=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82854 is #27D7AB. Grayscale: #616161. Windows color (decimal): -2611116 or 5515480. OLE color: 5515480.
HSL color Cylindrical-coordinate representation of color #D82854: hue angle of 345º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82854 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 84 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.15 |
| HSL | 345º | 0.69% | 0.5% | - |
| HSV(B) | 345º | 0.81% | 0.85% | - |
| XYZ | 30.68 | 16.76 | 10 | - |
| YUV | 97.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 84 | 0 | 0.81 | 0.61 | 0.15 | 345 | 0.69 | 0.5 |
| Hex | D8 | 28 | 54 | 0 | 51 | 3D | F | 159 | 45 | 32 |
| Octal | 330 | 50 | 124 | 0 | 121 | 75 | 17 | 531 | 105 | 62 |
| Binary | 11011000 | 101000 | 1010100 | 0 | 1010001 | 111101 | 1111 | 101011001 | 1000101 | 110010 |
Color Harmonies of #D82854
Complementary color
Monochromatic Colors of #D82854
Black with #D82854
Text Example
Text Example
White with #D82854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82854; }
p { color: rgb(216,40,84); }
H1.HeaderClassName
{
color: #D82854;
}
.AnyTagClassName
{
color: #D82854;
}
</style>
background-color css
<style>
a { background-color: #D82854; }
a { background-color: rgb(216,40,84); }
div.DivClassName
{
background-color: #D82854;
}
.BgClassName
{
background-color: #D82854;
}
</style>
border-color css
<style>
span { border-color: #D82854; }
span { border-color: rgb(216,40,84); }
td.TdClassName
{
border-color: #D82854;
}
.TagClassName
{
border-color: #D82854;
}
</style>