Shades of Amaranth #D82255
Tints of Amaranth #D82255
RGB
CMYK
RGB Variations
Color information
#D82255 (or 0xD82255) is known color: Amaranth. HEX triplet: D8, 22 and 55. RGB value is (216,34,85). Sum of RGB (Red+Green+Blue) = 216+34+85=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82255 is #27DDAA. Grayscale: #5E5E5E. Windows color (decimal): -2612651 or 5579480. OLE color: 5579480.
HSL color Cylindrical-coordinate representation of color #D82255: hue angle of 343.19º 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 #D82255 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 85 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.15 |
| HSL | 343.19º | 0.73% | 0.49% | - |
| HSV(B) | 343.19º | 0.84% | 0.85% | - |
| XYZ | 30.53 | 16.4 | 10.15 | - |
| YUV | 94.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 85 | 0 | 0.84 | 0.61 | 0.15 | 343.19 | 0.73 | 0.49 |
| Hex | D8 | 22 | 55 | 0 | 54 | 3D | F | 157 | 49 | 31 |
| Octal | 330 | 42 | 125 | 0 | 124 | 75 | 17 | 527 | 111 | 61 |
| Binary | 11011000 | 100010 | 1010101 | 0 | 1010100 | 111101 | 1111 | 101010111 | 1001001 | 110001 |
Color Harmonies of #D82255
Complementary color
Monochromatic Colors of #D82255
Black with #D82255
Text Example
Text Example
White with #D82255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82255; }
p { color: rgb(216,34,85); }
H1.HeaderClassName
{
color: #D82255;
}
.AnyTagClassName
{
color: #D82255;
}
</style>
background-color css
<style>
a { background-color: #D82255; }
a { background-color: rgb(216,34,85); }
div.DivClassName
{
background-color: #D82255;
}
.BgClassName
{
background-color: #D82255;
}
</style>
border-color css
<style>
span { border-color: #D82255; }
span { border-color: rgb(216,34,85); }
td.TdClassName
{
border-color: #D82255;
}
.TagClassName
{
border-color: #D82255;
}
</style>