Shades of Amaranth #D93754
Tints of Amaranth #D93754
RGB
CMYK
RGB Variations
Color information
#D93754 (or 0xD93754) is known color: Amaranth. HEX triplet: D9, 37 and 54. RGB value is (217,55,84). Sum of RGB (Red+Green+Blue) = 217+55+84=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D93754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93754 is #26C8AB. Grayscale: #6A6A6A. Windows color (decimal): -2541740 or 5519321. OLE color: 5519321.
HSL color Cylindrical-coordinate representation of color #D93754: hue angle of 349.26º 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 #D93754 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 84 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.15 |
| HSL | 349.26º | 0.68% | 0.53% | - |
| HSV(B) | 349.26º | 0.75% | 0.85% | - |
| XYZ | 31.58 | 18.12 | 10.22 | - |
| YUV | 106.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 84 | 0 | 0.75 | 0.61 | 0.15 | 349.26 | 0.68 | 0.53 |
| Hex | D9 | 37 | 54 | 0 | 4B | 3D | F | 15D | 44 | 35 |
| Octal | 331 | 67 | 124 | 0 | 113 | 75 | 17 | 535 | 104 | 65 |
| Binary | 11011001 | 110111 | 1010100 | 0 | 1001011 | 111101 | 1111 | 101011101 | 1000100 | 110101 |
Color Harmonies of #D93754
Complementary color
Monochromatic Colors of #D93754
Black with #D93754
Text Example
Text Example
White with #D93754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93754; }
p { color: rgb(217,55,84); }
H1.HeaderClassName
{
color: #D93754;
}
.AnyTagClassName
{
color: #D93754;
}
</style>
background-color css
<style>
a { background-color: #D93754; }
a { background-color: rgb(217,55,84); }
div.DivClassName
{
background-color: #D93754;
}
.BgClassName
{
background-color: #D93754;
}
</style>
border-color css
<style>
span { border-color: #D93754; }
span { border-color: rgb(217,55,84); }
td.TdClassName
{
border-color: #D93754;
}
.TagClassName
{
border-color: #D93754;
}
</style>