Shades of Amaranth #D82551
Tints of Amaranth #D82551
RGB
CMYK
RGB Variations
Color information
#D82551 (or 0xD82551) is known color: Amaranth. HEX triplet: D8, 25 and 51. RGB value is (216,37,81). Sum of RGB (Red+Green+Blue) = 216+37+81=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D82551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82551 is #27DAAE. Grayscale: #5F5F5F. Windows color (decimal): -2611887 or 5318104. OLE color: 5318104.
HSL color Cylindrical-coordinate representation of color #D82551: hue angle of 345.25º 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 #D82551 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 81 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.15 |
| HSL | 345.25º | 0.71% | 0.5% | - |
| HSV(B) | 345.25º | 0.83% | 0.85% | - |
| XYZ | 30.47 | 16.52 | 9.37 | - |
| YUV | 95.54 | 119.8 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 81 | 0 | 0.83 | 0.62 | 0.15 | 345.25 | 0.71 | 0.5 |
| Hex | D8 | 25 | 51 | 0 | 53 | 3E | F | 159 | 47 | 32 |
| Octal | 330 | 45 | 121 | 0 | 123 | 76 | 17 | 531 | 107 | 62 |
| Binary | 11011000 | 100101 | 1010001 | 0 | 1010011 | 111110 | 1111 | 101011001 | 1000111 | 110010 |
Color Harmonies of #D82551
Complementary color
Monochromatic Colors of #D82551
Black with #D82551
Text Example
Text Example
White with #D82551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82551; }
p { color: rgb(216,37,81); }
H1.HeaderClassName
{
color: #D82551;
}
.AnyTagClassName
{
color: #D82551;
}
</style>
background-color css
<style>
a { background-color: #D82551; }
a { background-color: rgb(216,37,81); }
div.DivClassName
{
background-color: #D82551;
}
.BgClassName
{
background-color: #D82551;
}
</style>
border-color css
<style>
span { border-color: #D82551; }
span { border-color: rgb(216,37,81); }
td.TdClassName
{
border-color: #D82551;
}
.TagClassName
{
border-color: #D82551;
}
</style>