Shades of Amaranth #D82853
Tints of Amaranth #D82853
RGB
CMYK
RGB Variations
Color information
#D82853 (or 0xD82853) is known color: Amaranth. HEX triplet: D8, 28 and 53. RGB value is (216,40,83). Sum of RGB (Red+Green+Blue) = 216+40+83=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D82853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82853 is #27D7AC. Grayscale: #616161. Windows color (decimal): -2611117 or 5449944. OLE color: 5449944.
HSL color Cylindrical-coordinate representation of color #D82853: hue angle of 345.34º 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 #D82853 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 83 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.15 |
| HSL | 345.34º | 0.69% | 0.5% | - |
| HSV(B) | 345.34º | 0.81% | 0.85% | - |
| XYZ | 30.64 | 16.74 | 9.8 | - |
| YUV | 97.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 83 | 0 | 0.81 | 0.62 | 0.15 | 345.34 | 0.69 | 0.5 |
| Hex | D8 | 28 | 53 | 0 | 51 | 3E | F | 159 | 45 | 32 |
| Octal | 330 | 50 | 123 | 0 | 121 | 76 | 17 | 531 | 105 | 62 |
| Binary | 11011000 | 101000 | 1010011 | 0 | 1010001 | 111110 | 1111 | 101011001 | 1000101 | 110010 |
Color Harmonies of #D82853
Complementary color
Monochromatic Colors of #D82853
Black with #D82853
Text Example
Text Example
White with #D82853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82853; }
p { color: rgb(216,40,83); }
H1.HeaderClassName
{
color: #D82853;
}
.AnyTagClassName
{
color: #D82853;
}
</style>
background-color css
<style>
a { background-color: #D82853; }
a { background-color: rgb(216,40,83); }
div.DivClassName
{
background-color: #D82853;
}
.BgClassName
{
background-color: #D82853;
}
</style>
border-color css
<style>
span { border-color: #D82853; }
span { border-color: rgb(216,40,83); }
td.TdClassName
{
border-color: #D82853;
}
.TagClassName
{
border-color: #D82853;
}
</style>