Shades of Amaranth #D92D55
Tints of Amaranth #D92D55
RGB
CMYK
RGB Variations
Color information
#D92D55 (or 0xD92D55) is known color: Amaranth. HEX triplet: D9, 2D and 55. RGB value is (217,45,85). Sum of RGB (Red+Green+Blue) = 217+45+85=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D55 is #26D2AA. Grayscale: #646464. Windows color (decimal): -2544299 or 5582297. OLE color: 5582297.
HSL color Cylindrical-coordinate representation of color #D92D55: hue angle of 346.05º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D55 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 85 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.15 |
| HSL | 346.05º | 0.69% | 0.51% | - |
| HSV(B) | 346.05º | 0.79% | 0.85% | - |
| XYZ | 31.19 | 17.28 | 10.29 | - |
| YUV | 100.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 85 | 0 | 0.79 | 0.61 | 0.15 | 346.05 | 0.69 | 0.51 |
| Hex | D9 | 2D | 55 | 0 | 4F | 3D | F | 15A | 45 | 33 |
| Octal | 331 | 55 | 125 | 0 | 117 | 75 | 17 | 532 | 105 | 63 |
| Binary | 11011001 | 101101 | 1010101 | 0 | 1001111 | 111101 | 1111 | 101011010 | 1000101 | 110011 |
Color Harmonies of #D92D55
Complementary color
Monochromatic Colors of #D92D55
Black with #D92D55
Text Example
Text Example
White with #D92D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D55; }
p { color: rgb(217,45,85); }
H1.HeaderClassName
{
color: #D92D55;
}
.AnyTagClassName
{
color: #D92D55;
}
</style>
background-color css
<style>
a { background-color: #D92D55; }
a { background-color: rgb(217,45,85); }
div.DivClassName
{
background-color: #D92D55;
}
.BgClassName
{
background-color: #D92D55;
}
</style>
border-color css
<style>
span { border-color: #D92D55; }
span { border-color: rgb(217,45,85); }
td.TdClassName
{
border-color: #D92D55;
}
.TagClassName
{
border-color: #D92D55;
}
</style>