Shades of Amaranth #D92458
Tints of Amaranth #D92458
RGB
CMYK
RGB Variations
Color information
#D92458 (or 0xD92458) is known color: Amaranth. HEX triplet: D9, 24 and 58. RGB value is (217,36,88). Sum of RGB (Red+Green+Blue) = 217+36+88=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D92458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92458 is #26DBA7. Grayscale: #606060. Windows color (decimal): -2546600 or 5776601. OLE color: 5776601.
HSL color Cylindrical-coordinate representation of color #D92458: hue angle of 342.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92458 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 88 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.15 |
| HSL | 342.76º | 0.72% | 0.5% | - |
| HSV(B) | 342.76º | 0.83% | 0.85% | - |
| XYZ | 31.01 | 16.72 | 10.83 | - |
| YUV | 96.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 88 | 0 | 0.83 | 0.59 | 0.15 | 342.76 | 0.72 | 0.5 |
| Hex | D9 | 24 | 58 | 0 | 53 | 3B | F | 157 | 48 | 32 |
| Octal | 331 | 44 | 130 | 0 | 123 | 73 | 17 | 527 | 110 | 62 |
| Binary | 11011001 | 100100 | 1011000 | 0 | 1010011 | 111011 | 1111 | 101010111 | 1001000 | 110010 |
Color Harmonies of #D92458
Complementary color
Monochromatic Colors of #D92458
Black with #D92458
Text Example
Text Example
White with #D92458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92458; }
p { color: rgb(217,36,88); }
H1.HeaderClassName
{
color: #D92458;
}
.AnyTagClassName
{
color: #D92458;
}
</style>
background-color css
<style>
a { background-color: #D92458; }
a { background-color: rgb(217,36,88); }
div.DivClassName
{
background-color: #D92458;
}
.BgClassName
{
background-color: #D92458;
}
</style>
border-color css
<style>
span { border-color: #D92458; }
span { border-color: rgb(217,36,88); }
td.TdClassName
{
border-color: #D92458;
}
.TagClassName
{
border-color: #D92458;
}
</style>