Shades of Amaranth #D83B53
Tints of Amaranth #D83B53
RGB
CMYK
RGB Variations
Color information
#D83B53 (or 0xD83B53) is known color: Amaranth. HEX triplet: D8, 3B and 53. RGB value is (216,59,83). Sum of RGB (Red+Green+Blue) = 216+59+83=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B53 is #27C4AC. Grayscale: #6C6C6C. Windows color (decimal): -2606253 or 5454808. OLE color: 5454808.
HSL color Cylindrical-coordinate representation of color #D83B53: hue angle of 350.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83B53 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 83 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.15 |
| HSL | 350.83º | 0.67% | 0.54% | - |
| HSV(B) | 350.83º | 0.73% | 0.85% | - |
| XYZ | 31.44 | 18.35 | 10.07 | - |
| YUV | 108.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 83 | 0 | 0.73 | 0.62 | 0.15 | 350.83 | 0.67 | 0.54 |
| Hex | D8 | 3B | 53 | 0 | 49 | 3E | F | 15F | 43 | 36 |
| Octal | 330 | 73 | 123 | 0 | 111 | 76 | 17 | 537 | 103 | 66 |
| Binary | 11011000 | 111011 | 1010011 | 0 | 1001001 | 111110 | 1111 | 101011111 | 1000011 | 110110 |
Color Harmonies of #D83B53
Complementary color
Monochromatic Colors of #D83B53
Black with #D83B53
Text Example
Text Example
White with #D83B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B53; }
p { color: rgb(216,59,83); }
H1.HeaderClassName
{
color: #D83B53;
}
.AnyTagClassName
{
color: #D83B53;
}
</style>
background-color css
<style>
a { background-color: #D83B53; }
a { background-color: rgb(216,59,83); }
div.DivClassName
{
background-color: #D83B53;
}
.BgClassName
{
background-color: #D83B53;
}
</style>
border-color css
<style>
span { border-color: #D83B53; }
span { border-color: rgb(216,59,83); }
td.TdClassName
{
border-color: #D83B53;
}
.TagClassName
{
border-color: #D83B53;
}
</style>