Shades of Amaranth #D93050
Tints of Amaranth #D93050
RGB
CMYK
RGB Variations
Color information
#D93050 (or 0xD93050) is known color: Amaranth. HEX triplet: D9, 30 and 50. RGB value is (217,48,80). Sum of RGB (Red+Green+Blue) = 217+48+80=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D93050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93050 is #26CFAF. Grayscale: #666666. Windows color (decimal): -2543536 or 5255385. OLE color: 5255385.
HSL color Cylindrical-coordinate representation of color #D93050: hue angle of 348.64º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93050 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 80 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.15 |
| HSL | 348.64º | 0.69% | 0.52% | - |
| HSV(B) | 348.64º | 0.78% | 0.85% | - |
| XYZ | 31.12 | 17.44 | 9.32 | - |
| YUV | 102.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 80 | 0 | 0.78 | 0.63 | 0.15 | 348.64 | 0.69 | 0.52 |
| Hex | D9 | 30 | 50 | 0 | 4E | 3F | F | 15D | 45 | 34 |
| Octal | 331 | 60 | 120 | 0 | 116 | 77 | 17 | 535 | 105 | 64 |
| Binary | 11011001 | 110000 | 1010000 | 0 | 1001110 | 111111 | 1111 | 101011101 | 1000101 | 110100 |
Color Harmonies of #D93050
Complementary color
Monochromatic Colors of #D93050
Black with #D93050
Text Example
Text Example
White with #D93050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93050; }
p { color: rgb(217,48,80); }
H1.HeaderClassName
{
color: #D93050;
}
.AnyTagClassName
{
color: #D93050;
}
</style>
background-color css
<style>
a { background-color: #D93050; }
a { background-color: rgb(217,48,80); }
div.DivClassName
{
background-color: #D93050;
}
.BgClassName
{
background-color: #D93050;
}
</style>
border-color css
<style>
span { border-color: #D93050; }
span { border-color: rgb(217,48,80); }
td.TdClassName
{
border-color: #D93050;
}
.TagClassName
{
border-color: #D93050;
}
</style>