Shades of Amaranth #D92753
Tints of Amaranth #D92753
RGB
CMYK
RGB Variations
Color information
#D92753 (or 0xD92753) is known color: Amaranth. HEX triplet: D9, 27 and 53. RGB value is (217,39,83). Sum of RGB (Red+Green+Blue) = 217+39+83=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D92753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92753 is #26D8AC. Grayscale: #616161. Windows color (decimal): -2545837 or 5449689. OLE color: 5449689.
HSL color Cylindrical-coordinate representation of color #D92753: hue angle of 345.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92753 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.15 |
| HSL | 345.17º | 0.7% | 0.5% | - |
| HSV(B) | 345.17º | 0.82% | 0.85% | - |
| XYZ | 30.9 | 16.83 | 9.8 | - |
| YUV | 97.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 83 | 0 | 0.82 | 0.62 | 0.15 | 345.17 | 0.7 | 0.5 |
| Hex | D9 | 27 | 53 | 0 | 52 | 3E | F | 159 | 46 | 32 |
| Octal | 331 | 47 | 123 | 0 | 122 | 76 | 17 | 531 | 106 | 62 |
| Binary | 11011001 | 100111 | 1010011 | 0 | 1010010 | 111110 | 1111 | 101011001 | 1000110 | 110010 |
Color Harmonies of #D92753
Complementary color
Monochromatic Colors of #D92753
Black with #D92753
Text Example
Text Example
White with #D92753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92753; }
p { color: rgb(217,39,83); }
H1.HeaderClassName
{
color: #D92753;
}
.AnyTagClassName
{
color: #D92753;
}
</style>
background-color css
<style>
a { background-color: #D92753; }
a { background-color: rgb(217,39,83); }
div.DivClassName
{
background-color: #D92753;
}
.BgClassName
{
background-color: #D92753;
}
</style>
border-color css
<style>
span { border-color: #D92753; }
span { border-color: rgb(217,39,83); }
td.TdClassName
{
border-color: #D92753;
}
.TagClassName
{
border-color: #D92753;
}
</style>