Shades of Amaranth #D92855
Tints of Amaranth #D92855
RGB
CMYK
RGB Variations
Color information
#D92855 (or 0xD92855) is known color: Amaranth. HEX triplet: D9, 28 and 55. RGB value is (217,40,85). Sum of RGB (Red+Green+Blue) = 217+40+85=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D92855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92855 is #26D7AA. Grayscale: #626262. Windows color (decimal): -2545579 or 5581017. OLE color: 5581017.
HSL color Cylindrical-coordinate representation of color #D92855: hue angle of 344.75º 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 #D92855 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 85 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.15 |
| HSL | 344.75º | 0.7% | 0.5% | - |
| HSV(B) | 344.75º | 0.82% | 0.85% | - |
| XYZ | 31.01 | 16.93 | 10.23 | - |
| YUV | 98.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 85 | 0 | 0.82 | 0.61 | 0.15 | 344.75 | 0.7 | 0.5 |
| Hex | D9 | 28 | 55 | 0 | 52 | 3D | F | 159 | 46 | 32 |
| Octal | 331 | 50 | 125 | 0 | 122 | 75 | 17 | 531 | 106 | 62 |
| Binary | 11011001 | 101000 | 1010101 | 0 | 1010010 | 111101 | 1111 | 101011001 | 1000110 | 110010 |
Color Harmonies of #D92855
Complementary color
Monochromatic Colors of #D92855
Black with #D92855
Text Example
Text Example
White with #D92855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92855; }
p { color: rgb(217,40,85); }
H1.HeaderClassName
{
color: #D92855;
}
.AnyTagClassName
{
color: #D92855;
}
</style>
background-color css
<style>
a { background-color: #D92855; }
a { background-color: rgb(217,40,85); }
div.DivClassName
{
background-color: #D92855;
}
.BgClassName
{
background-color: #D92855;
}
</style>
border-color css
<style>
span { border-color: #D92855; }
span { border-color: rgb(217,40,85); }
td.TdClassName
{
border-color: #D92855;
}
.TagClassName
{
border-color: #D92855;
}
</style>