Shades of Amaranth #D82D4E
Tints of Amaranth #D82D4E
RGB
CMYK
RGB Variations
Color information
#D82D4E (or 0xD82D4E) is known color: Amaranth. HEX triplet: D8, 2D and 4E. RGB value is (216,45,78). Sum of RGB (Red+Green+Blue) = 216+45+78=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D4E is #27D2B1. Grayscale: #636363. Windows color (decimal): -2609842 or 5123544. OLE color: 5123544.
HSL color Cylindrical-coordinate representation of color #D82D4E: hue angle of 348.42º 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 #D82D4E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 78 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.15 |
| HSL | 348.42º | 0.69% | 0.51% | - |
| HSV(B) | 348.42º | 0.79% | 0.85% | - |
| XYZ | 30.63 | 17.03 | 8.88 | - |
| YUV | 99.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 78 | 0 | 0.79 | 0.64 | 0.15 | 348.42 | 0.69 | 0.51 |
| Hex | D8 | 2D | 4E | 0 | 4F | 40 | F | 15C | 45 | 33 |
| Octal | 330 | 55 | 116 | 0 | 117 | 100 | 17 | 534 | 105 | 63 |
| Binary | 11011000 | 101101 | 1001110 | 0 | 1001111 | 1000000 | 1111 | 101011100 | 1000101 | 110011 |
Color Harmonies of #D82D4E
Complementary color
Monochromatic Colors of #D82D4E
Black with #D82D4E
Text Example
Text Example
White with #D82D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D4E; }
p { color: rgb(216,45,78); }
H1.HeaderClassName
{
color: #D82D4E;
}
.AnyTagClassName
{
color: #D82D4E;
}
</style>
background-color css
<style>
a { background-color: #D82D4E; }
a { background-color: rgb(216,45,78); }
div.DivClassName
{
background-color: #D82D4E;
}
.BgClassName
{
background-color: #D82D4E;
}
</style>
border-color css
<style>
span { border-color: #D82D4E; }
span { border-color: rgb(216,45,78); }
td.TdClassName
{
border-color: #D82D4E;
}
.TagClassName
{
border-color: #D82D4E;
}
</style>