Shades of Amaranth #D92B4D
Tints of Amaranth #D92B4D
RGB
CMYK
RGB Variations
Color information
#D92B4D (or 0xD92B4D) is known color: Amaranth. HEX triplet: D9, 2B and 4D. RGB value is (217,43,77). Sum of RGB (Red+Green+Blue) = 217+43+77=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B4D is #26D4B2. Grayscale: #626262. Windows color (decimal): -2544819 or 5057497. OLE color: 5057497.
HSL color Cylindrical-coordinate representation of color #D92B4D: hue angle of 348.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B4D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 77 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.15 |
| HSL | 348.28º | 0.7% | 0.51% | - |
| HSV(B) | 348.28º | 0.8% | 0.85% | - |
| XYZ | 30.82 | 17.02 | 8.68 | - |
| YUV | 98.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 77 | 0 | 0.80 | 0.65 | 0.15 | 348.28 | 0.7 | 0.51 |
| Hex | D9 | 2B | 4D | 0 | 50 | 41 | F | 15C | 46 | 33 |
| Octal | 331 | 53 | 115 | 0 | 120 | 101 | 17 | 534 | 106 | 63 |
| Binary | 11011001 | 101011 | 1001101 | 0 | 1010000 | 1000001 | 1111 | 101011100 | 1000110 | 110011 |
Color Harmonies of #D92B4D
Complementary color
Monochromatic Colors of #D92B4D
Black with #D92B4D
Text Example
Text Example
White with #D92B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B4D; }
p { color: rgb(217,43,77); }
H1.HeaderClassName
{
color: #D92B4D;
}
.AnyTagClassName
{
color: #D92B4D;
}
</style>
background-color css
<style>
a { background-color: #D92B4D; }
a { background-color: rgb(217,43,77); }
div.DivClassName
{
background-color: #D92B4D;
}
.BgClassName
{
background-color: #D92B4D;
}
</style>
border-color css
<style>
span { border-color: #D92B4D; }
span { border-color: rgb(217,43,77); }
td.TdClassName
{
border-color: #D92B4D;
}
.TagClassName
{
border-color: #D92B4D;
}
</style>