Shades of Amaranth #D93353
Tints of Amaranth #D93353
RGB
CMYK
RGB Variations
Color information
#D93353 (or 0xD93353) is known color: Amaranth. HEX triplet: D9, 33 and 53. RGB value is (217,51,83). Sum of RGB (Red+Green+Blue) = 217+51+83=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93353 is #26CCAC. Grayscale: #686868. Windows color (decimal): -2542765 or 5452761. OLE color: 5452761.
HSL color Cylindrical-coordinate representation of color #D93353: hue angle of 348.43º 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 #D93353 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 83 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.15 |
| HSL | 348.43º | 0.69% | 0.53% | - |
| HSV(B) | 348.43º | 0.76% | 0.85% | - |
| XYZ | 31.36 | 17.74 | 9.96 | - |
| YUV | 104.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 83 | 0 | 0.76 | 0.62 | 0.15 | 348.43 | 0.69 | 0.53 |
| Hex | D9 | 33 | 53 | 0 | 4C | 3E | F | 15C | 45 | 35 |
| Octal | 331 | 63 | 123 | 0 | 114 | 76 | 17 | 534 | 105 | 65 |
| Binary | 11011001 | 110011 | 1010011 | 0 | 1001100 | 111110 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #D93353
Complementary color
Monochromatic Colors of #D93353
Black with #D93353
Text Example
Text Example
White with #D93353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93353; }
p { color: rgb(217,51,83); }
H1.HeaderClassName
{
color: #D93353;
}
.AnyTagClassName
{
color: #D93353;
}
</style>
background-color css
<style>
a { background-color: #D93353; }
a { background-color: rgb(217,51,83); }
div.DivClassName
{
background-color: #D93353;
}
.BgClassName
{
background-color: #D93353;
}
</style>
border-color css
<style>
span { border-color: #D93353; }
span { border-color: rgb(217,51,83); }
td.TdClassName
{
border-color: #D93353;
}
.TagClassName
{
border-color: #D93353;
}
</style>