Shades of Amaranth #D82C48
Tints of Amaranth #D82C48
RGB
CMYK
RGB Variations
Color information
#D82C48 (or 0xD82C48) is known color: Amaranth. HEX triplet: D8, 2C and 48. RGB value is (216,44,72). Sum of RGB (Red+Green+Blue) = 216+44+72=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C48 is #27D3B7. Grayscale: #626262. Windows color (decimal): -2610104 or 4730072. OLE color: 4730072.
HSL color Cylindrical-coordinate representation of color #D82C48: hue angle of 350.23º 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 #D82C48 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 72 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.15 |
| HSL | 350.23º | 0.69% | 0.51% | - |
| HSV(B) | 350.23º | 0.8% | 0.85% | - |
| XYZ | 30.39 | 16.87 | 7.79 | - |
| YUV | 98.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 72 | 0 | 0.80 | 0.67 | 0.15 | 350.23 | 0.69 | 0.51 |
| Hex | D8 | 2C | 48 | 0 | 50 | 43 | F | 15E | 45 | 33 |
| Octal | 330 | 54 | 110 | 0 | 120 | 103 | 17 | 536 | 105 | 63 |
| Binary | 11011000 | 101100 | 1001000 | 0 | 1010000 | 1000011 | 1111 | 101011110 | 1000101 | 110011 |
Color Harmonies of #D82C48
Complementary color
Monochromatic Colors of #D82C48
Black with #D82C48
Text Example
Text Example
White with #D82C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C48; }
p { color: rgb(216,44,72); }
H1.HeaderClassName
{
color: #D82C48;
}
.AnyTagClassName
{
color: #D82C48;
}
</style>
background-color css
<style>
a { background-color: #D82C48; }
a { background-color: rgb(216,44,72); }
div.DivClassName
{
background-color: #D82C48;
}
.BgClassName
{
background-color: #D82C48;
}
</style>
border-color css
<style>
span { border-color: #D82C48; }
span { border-color: rgb(216,44,72); }
td.TdClassName
{
border-color: #D82C48;
}
.TagClassName
{
border-color: #D82C48;
}
</style>