Shades of Amaranth #D83447
Tints of Amaranth #D83447
RGB
CMYK
RGB Variations
Color information
#D83447 (or 0xD83447) is known color: Amaranth. HEX triplet: D8, 34 and 47. RGB value is (216,52,71). Sum of RGB (Red+Green+Blue) = 216+52+71=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D83447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83447 is #27CBB8. Grayscale: #676767. Windows color (decimal): -2608057 or 4666584. OLE color: 4666584.
HSL color Cylindrical-coordinate representation of color #D83447: hue angle of 353.05º 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 #D83447 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 71 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.15 |
| HSL | 353.05º | 0.68% | 0.53% | - |
| HSV(B) | 353.05º | 0.76% | 0.85% | - |
| XYZ | 30.68 | 17.51 | 7.72 | - |
| YUV | 103.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 71 | 0 | 0.76 | 0.67 | 0.15 | 353.05 | 0.68 | 0.53 |
| Hex | D8 | 34 | 47 | 0 | 4C | 43 | F | 161 | 44 | 35 |
| Octal | 330 | 64 | 107 | 0 | 114 | 103 | 17 | 541 | 104 | 65 |
| Binary | 11011000 | 110100 | 1000111 | 0 | 1001100 | 1000011 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D83447
Complementary color
Monochromatic Colors of #D83447
Black with #D83447
Text Example
Text Example
White with #D83447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83447; }
p { color: rgb(216,52,71); }
H1.HeaderClassName
{
color: #D83447;
}
.AnyTagClassName
{
color: #D83447;
}
</style>
background-color css
<style>
a { background-color: #D83447; }
a { background-color: rgb(216,52,71); }
div.DivClassName
{
background-color: #D83447;
}
.BgClassName
{
background-color: #D83447;
}
</style>
border-color css
<style>
span { border-color: #D83447; }
span { border-color: rgb(216,52,71); }
td.TdClassName
{
border-color: #D83447;
}
.TagClassName
{
border-color: #D83447;
}
</style>