Shades of Amaranth #D93354
Tints of Amaranth #D93354
RGB
CMYK
RGB Variations
Color information
#D93354 (or 0xD93354) is known color: Amaranth. HEX triplet: D9, 33 and 54. RGB value is (217,51,84). Sum of RGB (Red+Green+Blue) = 217+51+84=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D93354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93354 is #26CCAB. Grayscale: #686868. Windows color (decimal): -2542764 or 5518297. OLE color: 5518297.
HSL color Cylindrical-coordinate representation of color #D93354: hue angle of 348.07º degrees, saturation: 0.69, 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 #D93354 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.07º | 0.69% | 0.53% | - |
| HSV(B) | 348.07º | 0.76% | 0.85% | - |
| XYZ | 31.4 | 17.76 | 10.16 | - |
| YUV | 104.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348.07 | 0.69 | 0.53 |
| Hex | D9 | 33 | 54 | 0 | 4C | 3D | F | 15C | 45 | 35 |
| Octal | 331 | 63 | 124 | 0 | 114 | 75 | 17 | 534 | 105 | 65 |
| Binary | 11011001 | 110011 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #D93354
Complementary color
Monochromatic Colors of #D93354
Black with #D93354
Text Example
Text Example
White with #D93354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93354; }
p { color: rgb(217,51,84); }
H1.HeaderClassName
{
color: #D93354;
}
.AnyTagClassName
{
color: #D93354;
}
</style>
background-color css
<style>
a { background-color: #D93354; }
a { background-color: rgb(217,51,84); }
div.DivClassName
{
background-color: #D93354;
}
.BgClassName
{
background-color: #D93354;
}
</style>
border-color css
<style>
span { border-color: #D93354; }
span { border-color: rgb(217,51,84); }
td.TdClassName
{
border-color: #D93354;
}
.TagClassName
{
border-color: #D93354;
}
</style>