Shades of Amaranth #D82A50
Tints of Amaranth #D82A50
RGB
CMYK
RGB Variations
Color information
#D82A50 (or 0xD82A50) is known color: Amaranth. HEX triplet: D8, 2A and 50. RGB value is (216,42,80). Sum of RGB (Red+Green+Blue) = 216+42+80=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A50 is #27D5AF. Grayscale: #626262. Windows color (decimal): -2610608 or 5253848. OLE color: 5253848.
HSL color Cylindrical-coordinate representation of color #D82A50: hue angle of 346.9º 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 #D82A50 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 80 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.15 |
| HSL | 346.9º | 0.69% | 0.51% | - |
| HSV(B) | 346.9º | 0.81% | 0.85% | - |
| XYZ | 30.59 | 16.83 | 9.23 | - |
| YUV | 98.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 80 | 0 | 0.81 | 0.63 | 0.15 | 346.9 | 0.69 | 0.51 |
| Hex | D8 | 2A | 50 | 0 | 51 | 3F | F | 15B | 45 | 33 |
| Octal | 330 | 52 | 120 | 0 | 121 | 77 | 17 | 533 | 105 | 63 |
| Binary | 11011000 | 101010 | 1010000 | 0 | 1010001 | 111111 | 1111 | 101011011 | 1000101 | 110011 |
Color Harmonies of #D82A50
Complementary color
Monochromatic Colors of #D82A50
Black with #D82A50
Text Example
Text Example
White with #D82A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A50; }
p { color: rgb(216,42,80); }
H1.HeaderClassName
{
color: #D82A50;
}
.AnyTagClassName
{
color: #D82A50;
}
</style>
background-color css
<style>
a { background-color: #D82A50; }
a { background-color: rgb(216,42,80); }
div.DivClassName
{
background-color: #D82A50;
}
.BgClassName
{
background-color: #D82A50;
}
</style>
border-color css
<style>
span { border-color: #D82A50; }
span { border-color: rgb(216,42,80); }
td.TdClassName
{
border-color: #D82A50;
}
.TagClassName
{
border-color: #D82A50;
}
</style>