Shades of Amaranth #D92650
Tints of Amaranth #D92650
RGB
CMYK
RGB Variations
Color information
#D92650 (or 0xD92650) is known color: Amaranth. HEX triplet: D9, 26 and 50. RGB value is (217,38,80). Sum of RGB (Red+Green+Blue) = 217+38+80=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D92650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92650 is #26D9AF. Grayscale: #606060. Windows color (decimal): -2546096 or 5252825. OLE color: 5252825.
HSL color Cylindrical-coordinate representation of color #D92650: hue angle of 345.92º 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 #D92650 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 80 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.15 |
| HSL | 345.92º | 0.7% | 0.5% | - |
| HSV(B) | 345.92º | 0.82% | 0.85% | - |
| XYZ | 30.76 | 16.72 | 9.2 | - |
| YUV | 96.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 80 | 0 | 0.82 | 0.63 | 0.15 | 345.92 | 0.7 | 0.5 |
| Hex | D9 | 26 | 50 | 0 | 52 | 3F | F | 15A | 46 | 32 |
| Octal | 331 | 46 | 120 | 0 | 122 | 77 | 17 | 532 | 106 | 62 |
| Binary | 11011001 | 100110 | 1010000 | 0 | 1010010 | 111111 | 1111 | 101011010 | 1000110 | 110010 |
Color Harmonies of #D92650
Complementary color
Monochromatic Colors of #D92650
Black with #D92650
Text Example
Text Example
White with #D92650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92650; }
p { color: rgb(217,38,80); }
H1.HeaderClassName
{
color: #D92650;
}
.AnyTagClassName
{
color: #D92650;
}
</style>
background-color css
<style>
a { background-color: #D92650; }
a { background-color: rgb(217,38,80); }
div.DivClassName
{
background-color: #D92650;
}
.BgClassName
{
background-color: #D92650;
}
</style>
border-color css
<style>
span { border-color: #D92650; }
span { border-color: rgb(217,38,80); }
td.TdClassName
{
border-color: #D92650;
}
.TagClassName
{
border-color: #D92650;
}
</style>