Shades of Amaranth #D83455
Tints of Amaranth #D83455
RGB
CMYK
RGB Variations
Color information
#D83455 (or 0xD83455) is known color: Amaranth. HEX triplet: D8, 34 and 55. RGB value is (216,52,85). Sum of RGB (Red+Green+Blue) = 216+52+85=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D83455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83455 is #27CBAA. Grayscale: #686868. Windows color (decimal): -2608043 or 5584088. OLE color: 5584088.
HSL color Cylindrical-coordinate representation of color #D83455: hue angle of 347.93º 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 #D83455 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 85 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 347.93º | 0.68% | 0.53% | - |
| HSV(B) | 347.93º | 0.76% | 0.85% | - |
| XYZ | 31.19 | 17.71 | 10.37 | - |
| YUV | 104.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 85 | 0 | 0.76 | 0.61 | 0.15 | 347.93 | 0.68 | 0.53 |
| Hex | D8 | 34 | 55 | 0 | 4C | 3D | F | 15C | 44 | 35 |
| Octal | 330 | 64 | 125 | 0 | 114 | 75 | 17 | 534 | 104 | 65 |
| Binary | 11011000 | 110100 | 1010101 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000100 | 110101 |
Color Harmonies of #D83455
Complementary color
Monochromatic Colors of #D83455
Black with #D83455
Text Example
Text Example
White with #D83455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83455; }
p { color: rgb(216,52,85); }
H1.HeaderClassName
{
color: #D83455;
}
.AnyTagClassName
{
color: #D83455;
}
</style>
background-color css
<style>
a { background-color: #D83455; }
a { background-color: rgb(216,52,85); }
div.DivClassName
{
background-color: #D83455;
}
.BgClassName
{
background-color: #D83455;
}
</style>
border-color css
<style>
span { border-color: #D83455; }
span { border-color: rgb(216,52,85); }
td.TdClassName
{
border-color: #D83455;
}
.TagClassName
{
border-color: #D83455;
}
</style>