Shades of Amaranth #D92256
Tints of Amaranth #D92256
RGB
CMYK
RGB Variations
Color information
#D92256 (or 0xD92256) is known color: Amaranth. HEX triplet: D9, 22 and 56. RGB value is (217,34,86). Sum of RGB (Red+Green+Blue) = 217+34+86=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D92256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92256 is #26DDA9. Grayscale: #5E5E5E. Windows color (decimal): -2547114 or 5645017. OLE color: 5645017.
HSL color Cylindrical-coordinate representation of color #D92256: hue angle of 342.95º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92256 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 86 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.15 |
| HSL | 342.95º | 0.73% | 0.49% | - |
| HSV(B) | 342.95º | 0.84% | 0.85% | - |
| XYZ | 30.87 | 16.57 | 10.38 | - |
| YUV | 94.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 86 | 0 | 0.84 | 0.60 | 0.15 | 342.95 | 0.73 | 0.49 |
| Hex | D9 | 22 | 56 | 0 | 54 | 3C | F | 157 | 49 | 31 |
| Octal | 331 | 42 | 126 | 0 | 124 | 74 | 17 | 527 | 111 | 61 |
| Binary | 11011001 | 100010 | 1010110 | 0 | 1010100 | 111100 | 1111 | 101010111 | 1001001 | 110001 |
Color Harmonies of #D92256
Complementary color
Monochromatic Colors of #D92256
Black with #D92256
Text Example
Text Example
White with #D92256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92256; }
p { color: rgb(217,34,86); }
H1.HeaderClassName
{
color: #D92256;
}
.AnyTagClassName
{
color: #D92256;
}
</style>
background-color css
<style>
a { background-color: #D92256; }
a { background-color: rgb(217,34,86); }
div.DivClassName
{
background-color: #D92256;
}
.BgClassName
{
background-color: #D92256;
}
</style>
border-color css
<style>
span { border-color: #D92256; }
span { border-color: rgb(217,34,86); }
td.TdClassName
{
border-color: #D92256;
}
.TagClassName
{
border-color: #D92256;
}
</style>