Shades of Amaranth #D83751
Tints of Amaranth #D83751
RGB
CMYK
RGB Variations
Color information
#D83751 (or 0xD83751) is known color: Amaranth. HEX triplet: D8, 37 and 51. RGB value is (216,55,81). Sum of RGB (Red+Green+Blue) = 216+55+81=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83751 is #27C8AE. Grayscale: #6A6A6A. Windows color (decimal): -2607279 or 5322712. OLE color: 5322712.
HSL color Cylindrical-coordinate representation of color #D83751: hue angle of 350.31º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83751 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 81 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.15 |
| HSL | 350.31º | 0.67% | 0.53% | - |
| HSV(B) | 350.31º | 0.75% | 0.85% | - |
| XYZ | 31.17 | 17.93 | 9.6 | - |
| YUV | 106.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 81 | 0 | 0.75 | 0.62 | 0.15 | 350.31 | 0.67 | 0.53 |
| Hex | D8 | 37 | 51 | 0 | 4B | 3E | F | 15E | 43 | 35 |
| Octal | 330 | 67 | 121 | 0 | 113 | 76 | 17 | 536 | 103 | 65 |
| Binary | 11011000 | 110111 | 1010001 | 0 | 1001011 | 111110 | 1111 | 101011110 | 1000011 | 110101 |
Color Harmonies of #D83751
Complementary color
Monochromatic Colors of #D83751
Black with #D83751
Text Example
Text Example
White with #D83751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83751; }
p { color: rgb(216,55,81); }
H1.HeaderClassName
{
color: #D83751;
}
.AnyTagClassName
{
color: #D83751;
}
</style>
background-color css
<style>
a { background-color: #D83751; }
a { background-color: rgb(216,55,81); }
div.DivClassName
{
background-color: #D83751;
}
.BgClassName
{
background-color: #D83751;
}
</style>
border-color css
<style>
span { border-color: #D83751; }
span { border-color: rgb(216,55,81); }
td.TdClassName
{
border-color: #D83751;
}
.TagClassName
{
border-color: #D83751;
}
</style>