Shades of Amaranth #D93455
Tints of Amaranth #D93455
RGB
CMYK
RGB Variations
Color information
#D93455 (or 0xD93455) is known color: Amaranth. HEX triplet: D9, 34 and 55. RGB value is (217,52,85). Sum of RGB (Red+Green+Blue) = 217+52+85=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93455 is #26CBAA. Grayscale: #696969. Windows color (decimal): -2542507 or 5584089. OLE color: 5584089.
HSL color Cylindrical-coordinate representation of color #D93455: hue angle of 348º 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 #D93455 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 85 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348º | 0.68% | 0.53% | - |
| HSV(B) | 348º | 0.76% | 0.85% | - |
| XYZ | 31.48 | 17.86 | 10.38 | - |
| YUV | 105.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 85 | 0 | 0.76 | 0.61 | 0.15 | 348 | 0.68 | 0.53 |
| Hex | D9 | 34 | 55 | 0 | 4C | 3D | F | 15C | 44 | 35 |
| Octal | 331 | 64 | 125 | 0 | 114 | 75 | 17 | 534 | 104 | 65 |
| Binary | 11011001 | 110100 | 1010101 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000100 | 110101 |
Color Harmonies of #D93455
Complementary color
Monochromatic Colors of #D93455
Black with #D93455
Text Example
Text Example
White with #D93455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93455; }
p { color: rgb(217,52,85); }
H1.HeaderClassName
{
color: #D93455;
}
.AnyTagClassName
{
color: #D93455;
}
</style>
background-color css
<style>
a { background-color: #D93455; }
a { background-color: rgb(217,52,85); }
div.DivClassName
{
background-color: #D93455;
}
.BgClassName
{
background-color: #D93455;
}
</style>
border-color css
<style>
span { border-color: #D93455; }
span { border-color: rgb(217,52,85); }
td.TdClassName
{
border-color: #D93455;
}
.TagClassName
{
border-color: #D93455;
}
</style>