Shades of Amaranth #D93554
Tints of Amaranth #D93554
RGB
CMYK
RGB Variations
Color information
#D93554 (or 0xD93554) is known color: Amaranth. HEX triplet: D9, 35 and 54. RGB value is (217,53,84). Sum of RGB (Red+Green+Blue) = 217+53+84=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93554 is #26CAAB. Grayscale: #696969. Windows color (decimal): -2542252 or 5518809. OLE color: 5518809.
HSL color Cylindrical-coordinate representation of color #D93554: hue angle of 348.66º 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 #D93554 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.66º | 0.68% | 0.53% | - |
| HSV(B) | 348.66º | 0.76% | 0.85% | - |
| XYZ | 31.49 | 17.94 | 10.19 | - |
| YUV | 105.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348.66 | 0.68 | 0.53 |
| Hex | D9 | 35 | 54 | 0 | 4C | 3D | F | 15D | 44 | 35 |
| Octal | 331 | 65 | 124 | 0 | 114 | 75 | 17 | 535 | 104 | 65 |
| Binary | 11011001 | 110101 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011101 | 1000100 | 110101 |
Color Harmonies of #D93554
Complementary color
Monochromatic Colors of #D93554
Black with #D93554
Text Example
Text Example
White with #D93554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93554; }
p { color: rgb(217,53,84); }
H1.HeaderClassName
{
color: #D93554;
}
.AnyTagClassName
{
color: #D93554;
}
</style>
background-color css
<style>
a { background-color: #D93554; }
a { background-color: rgb(217,53,84); }
div.DivClassName
{
background-color: #D93554;
}
.BgClassName
{
background-color: #D93554;
}
</style>
border-color css
<style>
span { border-color: #D93554; }
span { border-color: rgb(217,53,84); }
td.TdClassName
{
border-color: #D93554;
}
.TagClassName
{
border-color: #D93554;
}
</style>