Shades of Amaranth #D82B55
Tints of Amaranth #D82B55
RGB
CMYK
RGB Variations
Color information
#D82B55 (or 0xD82B55) is known color: Amaranth. HEX triplet: D8, 2B and 55. RGB value is (216,43,85). Sum of RGB (Red+Green+Blue) = 216+43+85=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B55 is #27D4AA. Grayscale: #636363. Windows color (decimal): -2610347 or 5581784. OLE color: 5581784.
HSL color Cylindrical-coordinate representation of color #D82B55: hue angle of 345.43º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B55 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 85 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.15 |
| HSL | 345.43º | 0.69% | 0.51% | - |
| HSV(B) | 345.43º | 0.8% | 0.85% | - |
| XYZ | 30.82 | 16.98 | 10.25 | - |
| YUV | 99.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 85 | 0 | 0.80 | 0.61 | 0.15 | 345.43 | 0.69 | 0.51 |
| Hex | D8 | 2B | 55 | 0 | 50 | 3D | F | 159 | 45 | 33 |
| Octal | 330 | 53 | 125 | 0 | 120 | 75 | 17 | 531 | 105 | 63 |
| Binary | 11011000 | 101011 | 1010101 | 0 | 1010000 | 111101 | 1111 | 101011001 | 1000101 | 110011 |
Color Harmonies of #D82B55
Complementary color
Monochromatic Colors of #D82B55
Black with #D82B55
Text Example
Text Example
White with #D82B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82B55; }
p { color: rgb(216,43,85); }
H1.HeaderClassName
{
color: #D82B55;
}
.AnyTagClassName
{
color: #D82B55;
}
</style>
background-color css
<style>
a { background-color: #D82B55; }
a { background-color: rgb(216,43,85); }
div.DivClassName
{
background-color: #D82B55;
}
.BgClassName
{
background-color: #D82B55;
}
</style>
border-color css
<style>
span { border-color: #D82B55; }
span { border-color: rgb(216,43,85); }
td.TdClassName
{
border-color: #D82B55;
}
.TagClassName
{
border-color: #D82B55;
}
</style>