Shades of Amaranth #D93551
Tints of Amaranth #D93551
RGB
CMYK
RGB Variations
Color information
#D93551 (or 0xD93551) is known color: Amaranth. HEX triplet: D9, 35 and 51. RGB value is (217,53,81). Sum of RGB (Red+Green+Blue) = 217+53+81=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93551 is #26CAAE. Grayscale: #696969. Windows color (decimal): -2542255 or 5322201. OLE color: 5322201.
HSL color Cylindrical-coordinate representation of color #D93551: hue angle of 349.76º 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 #D93551 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 81 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.15 |
| HSL | 349.76º | 0.68% | 0.53% | - |
| HSV(B) | 349.76º | 0.76% | 0.85% | - |
| XYZ | 31.37 | 17.89 | 9.58 | - |
| YUV | 105.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 81 | 0 | 0.76 | 0.63 | 0.15 | 349.76 | 0.68 | 0.53 |
| Hex | D9 | 35 | 51 | 0 | 4C | 3F | F | 15E | 44 | 35 |
| Octal | 331 | 65 | 121 | 0 | 114 | 77 | 17 | 536 | 104 | 65 |
| Binary | 11011001 | 110101 | 1010001 | 0 | 1001100 | 111111 | 1111 | 101011110 | 1000100 | 110101 |
Color Harmonies of #D93551
Complementary color
Monochromatic Colors of #D93551
Black with #D93551
Text Example
Text Example
White with #D93551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93551; }
p { color: rgb(217,53,81); }
H1.HeaderClassName
{
color: #D93551;
}
.AnyTagClassName
{
color: #D93551;
}
</style>
background-color css
<style>
a { background-color: #D93551; }
a { background-color: rgb(217,53,81); }
div.DivClassName
{
background-color: #D93551;
}
.BgClassName
{
background-color: #D93551;
}
</style>
border-color css
<style>
span { border-color: #D93551; }
span { border-color: rgb(217,53,81); }
td.TdClassName
{
border-color: #D93551;
}
.TagClassName
{
border-color: #D93551;
}
</style>