Shades of Amaranth #D82453
Tints of Amaranth #D82453
RGB
CMYK
RGB Variations
Color information
#D82453 (or 0xD82453) is known color: Amaranth. HEX triplet: D8, 24 and 53. RGB value is (216,36,83). Sum of RGB (Red+Green+Blue) = 216+36+83=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82453 is #27DBAC. Grayscale: #5F5F5F. Windows color (decimal): -2612141 or 5448920. OLE color: 5448920.
HSL color Cylindrical-coordinate representation of color #D82453: hue angle of 344.33º 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 #D82453 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 83 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.15 |
| HSL | 344.33º | 0.71% | 0.49% | - |
| HSV(B) | 344.33º | 0.83% | 0.85% | - |
| XYZ | 30.51 | 16.49 | 9.76 | - |
| YUV | 95.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 83 | 0 | 0.83 | 0.62 | 0.15 | 344.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | 53 | 0 | 53 | 3E | F | 158 | 47 | 31 |
| Octal | 330 | 44 | 123 | 0 | 123 | 76 | 17 | 530 | 107 | 61 |
| Binary | 11011000 | 100100 | 1010011 | 0 | 1010011 | 111110 | 1111 | 101011000 | 1000111 | 110001 |
Color Harmonies of #D82453
Complementary color
Monochromatic Colors of #D82453
Black with #D82453
Text Example
Text Example
White with #D82453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82453; }
p { color: rgb(216,36,83); }
H1.HeaderClassName
{
color: #D82453;
}
.AnyTagClassName
{
color: #D82453;
}
</style>
background-color css
<style>
a { background-color: #D82453; }
a { background-color: rgb(216,36,83); }
div.DivClassName
{
background-color: #D82453;
}
.BgClassName
{
background-color: #D82453;
}
</style>
border-color css
<style>
span { border-color: #D82453; }
span { border-color: rgb(216,36,83); }
td.TdClassName
{
border-color: #D82453;
}
.TagClassName
{
border-color: #D82453;
}
</style>