Shades of Amaranth #D82153
Tints of Amaranth #D82153
RGB
CMYK
RGB Variations
Color information
#D82153 (or 0xD82153) is known color: Amaranth. HEX triplet: D8, 21 and 53. RGB value is (216,33,83). Sum of RGB (Red+Green+Blue) = 216+33+83=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D82153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82153 is #27DEAC. Grayscale: #5D5D5D. Windows color (decimal): -2612909 or 5448152. OLE color: 5448152.
HSL color Cylindrical-coordinate representation of color #D82153: hue angle of 343.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82153 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 83 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.15 |
| HSL | 343.61º | 0.73% | 0.49% | - |
| HSV(B) | 343.61º | 0.85% | 0.85% | - |
| XYZ | 30.42 | 16.31 | 9.73 | - |
| YUV | 93.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 83 | 0 | 0.85 | 0.62 | 0.15 | 343.61 | 0.73 | 0.49 |
| Hex | D8 | 21 | 53 | 0 | 55 | 3E | F | 158 | 49 | 31 |
| Octal | 330 | 41 | 123 | 0 | 125 | 76 | 17 | 530 | 111 | 61 |
| Binary | 11011000 | 100001 | 1010011 | 0 | 1010101 | 111110 | 1111 | 101011000 | 1001001 | 110001 |
Color Harmonies of #D82153
Complementary color
Monochromatic Colors of #D82153
Black with #D82153
Text Example
Text Example
White with #D82153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82153; }
p { color: rgb(216,33,83); }
H1.HeaderClassName
{
color: #D82153;
}
.AnyTagClassName
{
color: #D82153;
}
</style>
background-color css
<style>
a { background-color: #D82153; }
a { background-color: rgb(216,33,83); }
div.DivClassName
{
background-color: #D82153;
}
.BgClassName
{
background-color: #D82153;
}
</style>
border-color css
<style>
span { border-color: #D82153; }
span { border-color: rgb(216,33,83); }
td.TdClassName
{
border-color: #D82153;
}
.TagClassName
{
border-color: #D82153;
}
</style>