Shades of Amaranth #DB2558
Tints of Amaranth #DB2558
RGB
CMYK
RGB Variations
Color information
#DB2558 (or 0xDB2558) is known color: Amaranth. HEX triplet: DB, 25 and 58. RGB value is (219,37,88). Sum of RGB (Red+Green+Blue) = 219+37+88=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2558 is #24DAA7. Grayscale: #616161. Windows color (decimal): -2415272 or 5776859. OLE color: 5776859.
HSL color Cylindrical-coordinate representation of color #DB2558: hue angle of 343.19º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2558 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 88 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.14 |
| HSL | 343.19º | 0.72% | 0.5% | - |
| HSV(B) | 343.19º | 0.83% | 0.86% | - |
| XYZ | 31.64 | 17.09 | 10.86 | - |
| YUV | 97.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 88 | 0 | 0.83 | 0.60 | 0.14 | 343.19 | 0.72 | 0.5 |
| Hex | DB | 25 | 58 | 0 | 53 | 3C | E | 157 | 48 | 32 |
| Octal | 333 | 45 | 130 | 0 | 123 | 74 | 16 | 527 | 110 | 62 |
| Binary | 11011011 | 100101 | 1011000 | 0 | 1010011 | 111100 | 1110 | 101010111 | 1001000 | 110010 |
Color Harmonies of #DB2558
Complementary color
Monochromatic Colors of #DB2558
Black with #DB2558
Text Example
Text Example
White with #DB2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2558; }
p { color: rgb(219,37,88); }
H1.HeaderClassName
{
color: #DB2558;
}
.AnyTagClassName
{
color: #DB2558;
}
</style>
background-color css
<style>
a { background-color: #DB2558; }
a { background-color: rgb(219,37,88); }
div.DivClassName
{
background-color: #DB2558;
}
.BgClassName
{
background-color: #DB2558;
}
</style>
border-color css
<style>
span { border-color: #DB2558; }
span { border-color: rgb(219,37,88); }
td.TdClassName
{
border-color: #DB2558;
}
.TagClassName
{
border-color: #DB2558;
}
</style>