Shades of Amaranth #D83755
Tints of Amaranth #D83755
RGB
CMYK
RGB Variations
Color information
#D83755 (or 0xD83755) is known color: Amaranth. HEX triplet: D8, 37 and 55. RGB value is (216,55,85). Sum of RGB (Red+Green+Blue) = 216+55+85=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D83755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83755 is #27C8AA. Grayscale: #6A6A6A. Windows color (decimal): -2607275 or 5584856. OLE color: 5584856.
HSL color Cylindrical-coordinate representation of color #D83755: hue angle of 348.82º 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 #D83755 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 85 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.15 |
| HSL | 348.82º | 0.67% | 0.53% | - |
| HSV(B) | 348.82º | 0.75% | 0.85% | - |
| XYZ | 31.32 | 17.99 | 10.42 | - |
| YUV | 106.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 85 | 0 | 0.75 | 0.61 | 0.15 | 348.82 | 0.67 | 0.53 |
| Hex | D8 | 37 | 55 | 0 | 4B | 3D | F | 15D | 43 | 35 |
| Octal | 330 | 67 | 125 | 0 | 113 | 75 | 17 | 535 | 103 | 65 |
| Binary | 11011000 | 110111 | 1010101 | 0 | 1001011 | 111101 | 1111 | 101011101 | 1000011 | 110101 |
Color Harmonies of #D83755
Complementary color
Monochromatic Colors of #D83755
Black with #D83755
Text Example
Text Example
White with #D83755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83755; }
p { color: rgb(216,55,85); }
H1.HeaderClassName
{
color: #D83755;
}
.AnyTagClassName
{
color: #D83755;
}
</style>
background-color css
<style>
a { background-color: #D83755; }
a { background-color: rgb(216,55,85); }
div.DivClassName
{
background-color: #D83755;
}
.BgClassName
{
background-color: #D83755;
}
</style>
border-color css
<style>
span { border-color: #D83755; }
span { border-color: rgb(216,55,85); }
td.TdClassName
{
border-color: #D83755;
}
.TagClassName
{
border-color: #D83755;
}
</style>