Shades of Amaranth #D93D52
Tints of Amaranth #D93D52
RGB
CMYK
RGB Variations
Color information
#D93D52 (or 0xD93D52) is known color: Amaranth. HEX triplet: D9, 3D and 52. RGB value is (217,61,82). Sum of RGB (Red+Green+Blue) = 217+61+82=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D52 is #26C2AD. Grayscale: #6E6E6E. Windows color (decimal): -2540206 or 5389785. OLE color: 5389785.
HSL color Cylindrical-coordinate representation of color #D93D52: hue angle of 351.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D52 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 82 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.15 |
| HSL | 351.92º | 0.67% | 0.55% | - |
| HSV(B) | 351.92º | 0.72% | 0.85% | - |
| XYZ | 31.81 | 18.7 | 9.92 | - |
| YUV | 110.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 82 | 0 | 0.72 | 0.62 | 0.15 | 351.92 | 0.67 | 0.55 |
| Hex | D9 | 3D | 52 | 0 | 48 | 3E | F | 160 | 43 | 37 |
| Octal | 331 | 75 | 122 | 0 | 110 | 76 | 17 | 540 | 103 | 67 |
| Binary | 11011001 | 111101 | 1010010 | 0 | 1001000 | 111110 | 1111 | 101100000 | 1000011 | 110111 |
Color Harmonies of #D93D52
Complementary color
Monochromatic Colors of #D93D52
Black with #D93D52
Text Example
Text Example
White with #D93D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D52; }
p { color: rgb(217,61,82); }
H1.HeaderClassName
{
color: #D93D52;
}
.AnyTagClassName
{
color: #D93D52;
}
</style>
background-color css
<style>
a { background-color: #D93D52; }
a { background-color: rgb(217,61,82); }
div.DivClassName
{
background-color: #D93D52;
}
.BgClassName
{
background-color: #D93D52;
}
</style>
border-color css
<style>
span { border-color: #D93D52; }
span { border-color: rgb(217,61,82); }
td.TdClassName
{
border-color: #D93D52;
}
.TagClassName
{
border-color: #D93D52;
}
</style>