Shades of Amaranth #D82C55
Tints of Amaranth #D82C55
RGB
CMYK
RGB Variations
Color information
#D82C55 (or 0xD82C55) is known color: Amaranth. HEX triplet: D8, 2C and 55. RGB value is (216,44,85). Sum of RGB (Red+Green+Blue) = 216+44+85=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C55 is #27D3AA. Grayscale: #646464. Windows color (decimal): -2610091 or 5582040. OLE color: 5582040.
HSL color Cylindrical-coordinate representation of color #D82C55: hue angle of 345.7º 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 #D82C55 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 85 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.15 |
| HSL | 345.7º | 0.69% | 0.51% | - |
| HSV(B) | 345.7º | 0.8% | 0.85% | - |
| XYZ | 30.86 | 17.06 | 10.26 | - |
| YUV | 100.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 85 | 0 | 0.80 | 0.61 | 0.15 | 345.7 | 0.69 | 0.51 |
| Hex | D8 | 2C | 55 | 0 | 50 | 3D | F | 15A | 45 | 33 |
| Octal | 330 | 54 | 125 | 0 | 120 | 75 | 17 | 532 | 105 | 63 |
| Binary | 11011000 | 101100 | 1010101 | 0 | 1010000 | 111101 | 1111 | 101011010 | 1000101 | 110011 |
Color Harmonies of #D82C55
Complementary color
Monochromatic Colors of #D82C55
Black with #D82C55
Text Example
Text Example
White with #D82C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C55; }
p { color: rgb(216,44,85); }
H1.HeaderClassName
{
color: #D82C55;
}
.AnyTagClassName
{
color: #D82C55;
}
</style>
background-color css
<style>
a { background-color: #D82C55; }
a { background-color: rgb(216,44,85); }
div.DivClassName
{
background-color: #D82C55;
}
.BgClassName
{
background-color: #D82C55;
}
</style>
border-color css
<style>
span { border-color: #D82C55; }
span { border-color: rgb(216,44,85); }
td.TdClassName
{
border-color: #D82C55;
}
.TagClassName
{
border-color: #D82C55;
}
</style>