Shades of Amaranth #D82454
Tints of Amaranth #D82454
RGB
CMYK
RGB Variations
Color information
#D82454 (or 0xD82454) is known color: Amaranth. HEX triplet: D8, 24 and 54. RGB value is (216,36,84). Sum of RGB (Red+Green+Blue) = 216+36+84=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82454 is #27DBAB. Grayscale: #5F5F5F. Windows color (decimal): -2612140 or 5514456. OLE color: 5514456.
HSL color Cylindrical-coordinate representation of color #D82454: hue angle of 344º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82454 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 84 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.15 |
| HSL | 344º | 0.71% | 0.49% | - |
| HSV(B) | 344º | 0.83% | 0.85% | - |
| XYZ | 30.55 | 16.5 | 9.96 | - |
| YUV | 95.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 84 | 0 | 0.83 | 0.61 | 0.15 | 344 | 0.71 | 0.49 |
| Hex | D8 | 24 | 54 | 0 | 53 | 3D | F | 158 | 47 | 31 |
| Octal | 330 | 44 | 124 | 0 | 123 | 75 | 17 | 530 | 107 | 61 |
| Binary | 11011000 | 100100 | 1010100 | 0 | 1010011 | 111101 | 1111 | 101011000 | 1000111 | 110001 |
Color Harmonies of #D82454
Complementary color
Monochromatic Colors of #D82454
Black with #D82454
Text Example
Text Example
White with #D82454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82454; }
p { color: rgb(216,36,84); }
H1.HeaderClassName
{
color: #D82454;
}
.AnyTagClassName
{
color: #D82454;
}
</style>
background-color css
<style>
a { background-color: #D82454; }
a { background-color: rgb(216,36,84); }
div.DivClassName
{
background-color: #D82454;
}
.BgClassName
{
background-color: #D82454;
}
</style>
border-color css
<style>
span { border-color: #D82454; }
span { border-color: rgb(216,36,84); }
td.TdClassName
{
border-color: #D82454;
}
.TagClassName
{
border-color: #D82454;
}
</style>