Shades of Amaranth #D83453
Tints of Amaranth #D83453
RGB
CMYK
RGB Variations
Color information
#D83453 (or 0xD83453) is known color: Amaranth. HEX triplet: D8, 34 and 53. RGB value is (216,52,83). Sum of RGB (Red+Green+Blue) = 216+52+83=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D83453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83453 is #27CBAC. Grayscale: #686868. Windows color (decimal): -2608045 or 5453016. OLE color: 5453016.
HSL color Cylindrical-coordinate representation of color #D83453: hue angle of 348.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83453 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 83 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.15 |
| HSL | 348.66º | 0.68% | 0.53% | - |
| HSV(B) | 348.66º | 0.76% | 0.85% | - |
| XYZ | 31.11 | 17.68 | 9.96 | - |
| YUV | 104.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 83 | 0 | 0.76 | 0.62 | 0.15 | 348.66 | 0.68 | 0.53 |
| Hex | D8 | 34 | 53 | 0 | 4C | 3E | F | 15D | 44 | 35 |
| Octal | 330 | 64 | 123 | 0 | 114 | 76 | 17 | 535 | 104 | 65 |
| Binary | 11011000 | 110100 | 1010011 | 0 | 1001100 | 111110 | 1111 | 101011101 | 1000100 | 110101 |
Color Harmonies of #D83453
Complementary color
Monochromatic Colors of #D83453
Black with #D83453
Text Example
Text Example
White with #D83453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83453; }
p { color: rgb(216,52,83); }
H1.HeaderClassName
{
color: #D83453;
}
.AnyTagClassName
{
color: #D83453;
}
</style>
background-color css
<style>
a { background-color: #D83453; }
a { background-color: rgb(216,52,83); }
div.DivClassName
{
background-color: #D83453;
}
.BgClassName
{
background-color: #D83453;
}
</style>
border-color css
<style>
span { border-color: #D83453; }
span { border-color: rgb(216,52,83); }
td.TdClassName
{
border-color: #D83453;
}
.TagClassName
{
border-color: #D83453;
}
</style>