Shades of Amaranth #D93954
Tints of Amaranth #D93954
RGB
CMYK
RGB Variations
Color information
#D93954 (or 0xD93954) is known color: Amaranth. HEX triplet: D9, 39 and 54. RGB value is (217,57,84). Sum of RGB (Red+Green+Blue) = 217+57+84=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D93954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93954 is #26C6AB. Grayscale: #6B6B6B. Windows color (decimal): -2541228 or 5519833. OLE color: 5519833.
HSL color Cylindrical-coordinate representation of color #D93954: hue angle of 349.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93954 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 84 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.15 |
| HSL | 349.88º | 0.68% | 0.54% | - |
| HSV(B) | 349.88º | 0.74% | 0.85% | - |
| XYZ | 31.68 | 18.32 | 10.25 | - |
| YUV | 107.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 84 | 0 | 0.74 | 0.61 | 0.15 | 349.88 | 0.68 | 0.54 |
| Hex | D9 | 39 | 54 | 0 | 4A | 3D | F | 15E | 44 | 36 |
| Octal | 331 | 71 | 124 | 0 | 112 | 75 | 17 | 536 | 104 | 66 |
| Binary | 11011001 | 111001 | 1010100 | 0 | 1001010 | 111101 | 1111 | 101011110 | 1000100 | 110110 |
Color Harmonies of #D93954
Complementary color
Monochromatic Colors of #D93954
Black with #D93954
Text Example
Text Example
White with #D93954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93954; }
p { color: rgb(217,57,84); }
H1.HeaderClassName
{
color: #D93954;
}
.AnyTagClassName
{
color: #D93954;
}
</style>
background-color css
<style>
a { background-color: #D93954; }
a { background-color: rgb(217,57,84); }
div.DivClassName
{
background-color: #D93954;
}
.BgClassName
{
background-color: #D93954;
}
</style>
border-color css
<style>
span { border-color: #D93954; }
span { border-color: rgb(217,57,84); }
td.TdClassName
{
border-color: #D93954;
}
.TagClassName
{
border-color: #D93954;
}
</style>