Shades of Amaranth #D93454
Tints of Amaranth #D93454
RGB
CMYK
RGB Variations
Color information
#D93454 (or 0xD93454) is known color: Amaranth. HEX triplet: D9, 34 and 54. RGB value is (217,52,84). Sum of RGB (Red+Green+Blue) = 217+52+84=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D93454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93454 is #26CBAB. Grayscale: #696969. Windows color (decimal): -2542508 or 5518553. OLE color: 5518553.
HSL color Cylindrical-coordinate representation of color #D93454: hue angle of 348.36º degrees, saturation: 0.68, 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 #D93454 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.36º | 0.68% | 0.53% | - |
| HSV(B) | 348.36º | 0.76% | 0.85% | - |
| XYZ | 31.44 | 17.85 | 10.18 | - |
| YUV | 104.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348.36 | 0.68 | 0.53 |
| Hex | D9 | 34 | 54 | 0 | 4C | 3D | F | 15C | 44 | 35 |
| Octal | 331 | 64 | 124 | 0 | 114 | 75 | 17 | 534 | 104 | 65 |
| Binary | 11011001 | 110100 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000100 | 110101 |
Color Harmonies of #D93454
Complementary color
Monochromatic Colors of #D93454
Black with #D93454
Text Example
Text Example
White with #D93454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93454; }
p { color: rgb(217,52,84); }
H1.HeaderClassName
{
color: #D93454;
}
.AnyTagClassName
{
color: #D93454;
}
</style>
background-color css
<style>
a { background-color: #D93454; }
a { background-color: rgb(217,52,84); }
div.DivClassName
{
background-color: #D93454;
}
.BgClassName
{
background-color: #D93454;
}
</style>
border-color css
<style>
span { border-color: #D93454; }
span { border-color: rgb(217,52,84); }
td.TdClassName
{
border-color: #D93454;
}
.TagClassName
{
border-color: #D93454;
}
</style>