Shades of Amaranth #D82548
Tints of Amaranth #D82548
RGB
CMYK
RGB Variations
Color information
#D82548 (or 0xD82548) is known color: Amaranth. HEX triplet: D8, 25 and 48. RGB value is (216,37,72). Sum of RGB (Red+Green+Blue) = 216+37+72=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82548 is #27DAB7. Grayscale: #5E5E5E. Windows color (decimal): -2611896 or 4728280. OLE color: 4728280.
HSL color Cylindrical-coordinate representation of color #D82548: hue angle of 348.27º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82548 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 72 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.15 |
| HSL | 348.27º | 0.71% | 0.5% | - |
| HSV(B) | 348.27º | 0.83% | 0.85% | - |
| XYZ | 30.15 | 16.39 | 7.71 | - |
| YUV | 94.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 72 | 0 | 0.83 | 0.67 | 0.15 | 348.27 | 0.71 | 0.5 |
| Hex | D8 | 25 | 48 | 0 | 53 | 43 | F | 15C | 47 | 32 |
| Octal | 330 | 45 | 110 | 0 | 123 | 103 | 17 | 534 | 107 | 62 |
| Binary | 11011000 | 100101 | 1001000 | 0 | 1010011 | 1000011 | 1111 | 101011100 | 1000111 | 110010 |
Color Harmonies of #D82548
Complementary color
Monochromatic Colors of #D82548
Black with #D82548
Text Example
Text Example
White with #D82548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82548; }
p { color: rgb(216,37,72); }
H1.HeaderClassName
{
color: #D82548;
}
.AnyTagClassName
{
color: #D82548;
}
</style>
background-color css
<style>
a { background-color: #D82548; }
a { background-color: rgb(216,37,72); }
div.DivClassName
{
background-color: #D82548;
}
.BgClassName
{
background-color: #D82548;
}
</style>
border-color css
<style>
span { border-color: #D82548; }
span { border-color: rgb(216,37,72); }
td.TdClassName
{
border-color: #D82548;
}
.TagClassName
{
border-color: #D82548;
}
</style>