Shades of Amaranth #D82649
Tints of Amaranth #D82649
RGB
CMYK
RGB Variations
Color information
#D82649 (or 0xD82649) is known color: Amaranth. HEX triplet: D8, 26 and 49. RGB value is (216,38,73). Sum of RGB (Red+Green+Blue) = 216+38+73=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D82649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82649 is #27D9B6. Grayscale: #5F5F5F. Windows color (decimal): -2611639 or 4794072. OLE color: 4794072.
HSL color Cylindrical-coordinate representation of color #D82649: hue angle of 348.2º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82649 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 73 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.15 |
| HSL | 348.2º | 0.7% | 0.5% | - |
| HSV(B) | 348.2º | 0.82% | 0.85% | - |
| XYZ | 30.21 | 16.47 | 7.89 | - |
| YUV | 95.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 73 | 0 | 0.82 | 0.66 | 0.15 | 348.2 | 0.7 | 0.5 |
| Hex | D8 | 26 | 49 | 0 | 52 | 42 | F | 15C | 46 | 32 |
| Octal | 330 | 46 | 111 | 0 | 122 | 102 | 17 | 534 | 106 | 62 |
| Binary | 11011000 | 100110 | 1001001 | 0 | 1010010 | 1000010 | 1111 | 101011100 | 1000110 | 110010 |
Color Harmonies of #D82649
Complementary color
Monochromatic Colors of #D82649
Black with #D82649
Text Example
Text Example
White with #D82649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82649; }
p { color: rgb(216,38,73); }
H1.HeaderClassName
{
color: #D82649;
}
.AnyTagClassName
{
color: #D82649;
}
</style>
background-color css
<style>
a { background-color: #D82649; }
a { background-color: rgb(216,38,73); }
div.DivClassName
{
background-color: #D82649;
}
.BgClassName
{
background-color: #D82649;
}
</style>
border-color css
<style>
span { border-color: #D82649; }
span { border-color: rgb(216,38,73); }
td.TdClassName
{
border-color: #D82649;
}
.TagClassName
{
border-color: #D82649;
}
</style>