Shades of Amaranth #DB2656
Tints of Amaranth #DB2656
RGB
CMYK
RGB Variations
Color information
#DB2656 (or 0xDB2656) is known color: Amaranth. HEX triplet: DB, 26 and 56. RGB value is (219,38,86). Sum of RGB (Red+Green+Blue) = 219+38+86=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2656 is #24D9A9. Grayscale: #616161. Windows color (decimal): -2415018 or 5646043. OLE color: 5646043.
HSL color Cylindrical-coordinate representation of color #DB2656: hue angle of 344.09º 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 #DB2656 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 86 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.14 |
| HSL | 344.09º | 0.72% | 0.5% | - |
| HSV(B) | 344.09º | 0.83% | 0.86% | - |
| XYZ | 31.59 | 17.12 | 10.44 | - |
| YUV | 97.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 86 | 0 | 0.83 | 0.61 | 0.14 | 344.09 | 0.72 | 0.5 |
| Hex | DB | 26 | 56 | 0 | 53 | 3D | E | 158 | 48 | 32 |
| Octal | 333 | 46 | 126 | 0 | 123 | 75 | 16 | 530 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010110 | 0 | 1010011 | 111101 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DB2656
Complementary color
Monochromatic Colors of #DB2656
Black with #DB2656
Text Example
Text Example
White with #DB2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2656; }
p { color: rgb(219,38,86); }
H1.HeaderClassName
{
color: #DB2656;
}
.AnyTagClassName
{
color: #DB2656;
}
</style>
background-color css
<style>
a { background-color: #DB2656; }
a { background-color: rgb(219,38,86); }
div.DivClassName
{
background-color: #DB2656;
}
.BgClassName
{
background-color: #DB2656;
}
</style>
border-color css
<style>
span { border-color: #DB2656; }
span { border-color: rgb(219,38,86); }
td.TdClassName
{
border-color: #DB2656;
}
.TagClassName
{
border-color: #DB2656;
}
</style>