Shades of Amaranth #D82E4D
Tints of Amaranth #D82E4D
RGB
CMYK
RGB Variations
Color information
#D82E4D (or 0xD82E4D) is known color: Amaranth. HEX triplet: D8, 2E and 4D. RGB value is (216,46,77). Sum of RGB (Red+Green+Blue) = 216+46+77=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E4D is #27D1B2. Grayscale: #646464. Windows color (decimal): -2609587 or 5058264. OLE color: 5058264.
HSL color Cylindrical-coordinate representation of color #D82E4D: hue angle of 349.06º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82E4D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 77 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.15 |
| HSL | 349.06º | 0.69% | 0.51% | - |
| HSV(B) | 349.06º | 0.79% | 0.85% | - |
| XYZ | 30.64 | 17.09 | 8.7 | - |
| YUV | 100.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 77 | 0 | 0.79 | 0.64 | 0.15 | 349.06 | 0.69 | 0.51 |
| Hex | D8 | 2E | 4D | 0 | 4F | 40 | F | 15D | 45 | 33 |
| Octal | 330 | 56 | 115 | 0 | 117 | 100 | 17 | 535 | 105 | 63 |
| Binary | 11011000 | 101110 | 1001101 | 0 | 1001111 | 1000000 | 1111 | 101011101 | 1000101 | 110011 |
Color Harmonies of #D82E4D
Complementary color
Monochromatic Colors of #D82E4D
Black with #D82E4D
Text Example
Text Example
White with #D82E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E4D; }
p { color: rgb(216,46,77); }
H1.HeaderClassName
{
color: #D82E4D;
}
.AnyTagClassName
{
color: #D82E4D;
}
</style>
background-color css
<style>
a { background-color: #D82E4D; }
a { background-color: rgb(216,46,77); }
div.DivClassName
{
background-color: #D82E4D;
}
.BgClassName
{
background-color: #D82E4D;
}
</style>
border-color css
<style>
span { border-color: #D82E4D; }
span { border-color: rgb(216,46,77); }
td.TdClassName
{
border-color: #D82E4D;
}
.TagClassName
{
border-color: #D82E4D;
}
</style>