Shades of Amaranth #D93753
Tints of Amaranth #D93753
RGB
CMYK
RGB Variations
Color information
#D93753 (or 0xD93753) is known color: Amaranth. HEX triplet: D9, 37 and 53. RGB value is (217,55,83). Sum of RGB (Red+Green+Blue) = 217+55+83=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93753 is #26C8AC. Grayscale: #6A6A6A. Windows color (decimal): -2541741 or 5453785. OLE color: 5453785.
HSL color Cylindrical-coordinate representation of color #D93753: hue angle of 349.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93753 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 83 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.15 |
| HSL | 349.63º | 0.68% | 0.53% | - |
| HSV(B) | 349.63º | 0.75% | 0.85% | - |
| XYZ | 31.54 | 18.11 | 10.02 | - |
| YUV | 106.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 83 | 0 | 0.75 | 0.62 | 0.15 | 349.63 | 0.68 | 0.53 |
| Hex | D9 | 37 | 53 | 0 | 4B | 3E | F | 15E | 44 | 35 |
| Octal | 331 | 67 | 123 | 0 | 113 | 76 | 17 | 536 | 104 | 65 |
| Binary | 11011001 | 110111 | 1010011 | 0 | 1001011 | 111110 | 1111 | 101011110 | 1000100 | 110101 |
Color Harmonies of #D93753
Complementary color
Monochromatic Colors of #D93753
Black with #D93753
Text Example
Text Example
White with #D93753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93753; }
p { color: rgb(217,55,83); }
H1.HeaderClassName
{
color: #D93753;
}
.AnyTagClassName
{
color: #D93753;
}
</style>
background-color css
<style>
a { background-color: #D93753; }
a { background-color: rgb(217,55,83); }
div.DivClassName
{
background-color: #D93753;
}
.BgClassName
{
background-color: #D93753;
}
</style>
border-color css
<style>
span { border-color: #D93753; }
span { border-color: rgb(217,55,83); }
td.TdClassName
{
border-color: #D93753;
}
.TagClassName
{
border-color: #D93753;
}
</style>