Shades of Amaranth #D93453
Tints of Amaranth #D93453
RGB
CMYK
RGB Variations
Color information
#D93453 (or 0xD93453) is known color: Amaranth. HEX triplet: D9, 34 and 53. RGB value is (217,52,83). Sum of RGB (Red+Green+Blue) = 217+52+83=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D93453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93453 is #26CBAC. Grayscale: #686868. Windows color (decimal): -2542509 or 5453017. OLE color: 5453017.
HSL color Cylindrical-coordinate representation of color #D93453: hue angle of 348.73º 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 #D93453 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 83 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.15 |
| HSL | 348.73º | 0.68% | 0.53% | - |
| HSV(B) | 348.73º | 0.76% | 0.85% | - |
| XYZ | 31.4 | 17.83 | 9.97 | - |
| YUV | 104.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 83 | 0 | 0.76 | 0.62 | 0.15 | 348.73 | 0.68 | 0.53 |
| Hex | D9 | 34 | 53 | 0 | 4C | 3E | F | 15D | 44 | 35 |
| Octal | 331 | 64 | 123 | 0 | 114 | 76 | 17 | 535 | 104 | 65 |
| Binary | 11011001 | 110100 | 1010011 | 0 | 1001100 | 111110 | 1111 | 101011101 | 1000100 | 110101 |
Color Harmonies of #D93453
Complementary color
Monochromatic Colors of #D93453
Black with #D93453
Text Example
Text Example
White with #D93453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93453; }
p { color: rgb(217,52,83); }
H1.HeaderClassName
{
color: #D93453;
}
.AnyTagClassName
{
color: #D93453;
}
</style>
background-color css
<style>
a { background-color: #D93453; }
a { background-color: rgb(217,52,83); }
div.DivClassName
{
background-color: #D93453;
}
.BgClassName
{
background-color: #D93453;
}
</style>
border-color css
<style>
span { border-color: #D93453; }
span { border-color: rgb(217,52,83); }
td.TdClassName
{
border-color: #D93453;
}
.TagClassName
{
border-color: #D93453;
}
</style>