Shades of Amaranth #D82A47
Tints of Amaranth #D82A47
RGB
CMYK
RGB Variations
Color information
#D82A47 (or 0xD82A47) is known color: Amaranth. HEX triplet: D8, 2A and 47. RGB value is (216,42,71). Sum of RGB (Red+Green+Blue) = 216+42+71=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A47 is #27D5B8. Grayscale: #616161. Windows color (decimal): -2610617 or 4664024. OLE color: 4664024.
HSL color Cylindrical-coordinate representation of color #D82A47: hue angle of 350º 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 #D82A47 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 71 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.15 |
| HSL | 350º | 0.69% | 0.51% | - |
| HSV(B) | 350º | 0.81% | 0.85% | - |
| XYZ | 30.28 | 16.71 | 7.59 | - |
| YUV | 97.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 71 | 0 | 0.81 | 0.67 | 0.15 | 350 | 0.69 | 0.51 |
| Hex | D8 | 2A | 47 | 0 | 51 | 43 | F | 15E | 45 | 33 |
| Octal | 330 | 52 | 107 | 0 | 121 | 103 | 17 | 536 | 105 | 63 |
| Binary | 11011000 | 101010 | 1000111 | 0 | 1010001 | 1000011 | 1111 | 101011110 | 1000101 | 110011 |
Color Harmonies of #D82A47
Complementary color
Monochromatic Colors of #D82A47
Black with #D82A47
Text Example
Text Example
White with #D82A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A47; }
p { color: rgb(216,42,71); }
H1.HeaderClassName
{
color: #D82A47;
}
.AnyTagClassName
{
color: #D82A47;
}
</style>
background-color css
<style>
a { background-color: #D82A47; }
a { background-color: rgb(216,42,71); }
div.DivClassName
{
background-color: #D82A47;
}
.BgClassName
{
background-color: #D82A47;
}
</style>
border-color css
<style>
span { border-color: #D82A47; }
span { border-color: rgb(216,42,71); }
td.TdClassName
{
border-color: #D82A47;
}
.TagClassName
{
border-color: #D82A47;
}
</style>