Shades of Amaranth #D82254
Tints of Amaranth #D82254
RGB
CMYK
RGB Variations
Color information
#D82254 (or 0xD82254) is known color: Amaranth. HEX triplet: D8, 22 and 54. RGB value is (216,34,84). Sum of RGB (Red+Green+Blue) = 216+34+84=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D82254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82254 is #27DDAB. Grayscale: #5E5E5E. Windows color (decimal): -2612652 or 5513944. OLE color: 5513944.
HSL color Cylindrical-coordinate representation of color #D82254: hue angle of 343.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82254 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 84 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.15 |
| HSL | 343.52º | 0.73% | 0.49% | - |
| HSV(B) | 343.52º | 0.84% | 0.85% | - |
| XYZ | 30.49 | 16.38 | 9.94 | - |
| YUV | 94.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 84 | 0 | 0.84 | 0.61 | 0.15 | 343.52 | 0.73 | 0.49 |
| Hex | D8 | 22 | 54 | 0 | 54 | 3D | F | 158 | 49 | 31 |
| Octal | 330 | 42 | 124 | 0 | 124 | 75 | 17 | 530 | 111 | 61 |
| Binary | 11011000 | 100010 | 1010100 | 0 | 1010100 | 111101 | 1111 | 101011000 | 1001001 | 110001 |
Color Harmonies of #D82254
Complementary color
Monochromatic Colors of #D82254
Black with #D82254
Text Example
Text Example
White with #D82254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82254; }
p { color: rgb(216,34,84); }
H1.HeaderClassName
{
color: #D82254;
}
.AnyTagClassName
{
color: #D82254;
}
</style>
background-color css
<style>
a { background-color: #D82254; }
a { background-color: rgb(216,34,84); }
div.DivClassName
{
background-color: #D82254;
}
.BgClassName
{
background-color: #D82254;
}
</style>
border-color css
<style>
span { border-color: #D82254; }
span { border-color: rgb(216,34,84); }
td.TdClassName
{
border-color: #D82254;
}
.TagClassName
{
border-color: #D82254;
}
</style>