Shades of Amaranth #DB2155
Tints of Amaranth #DB2155
RGB
CMYK
RGB Variations
Color information
#DB2155 (or 0xDB2155) is known color: Amaranth. HEX triplet: DB, 21 and 55. RGB value is (219,33,85). Sum of RGB (Red+Green+Blue) = 219+33+85=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2155 is #24DEAA. Grayscale: #5E5E5E. Windows color (decimal): -2416299 or 5579227. OLE color: 5579227.
HSL color Cylindrical-coordinate representation of color #DB2155: hue angle of 343.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2155 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 85 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.14 |
| HSL | 343.23º | 0.74% | 0.49% | - |
| HSV(B) | 343.23º | 0.85% | 0.86% | - |
| XYZ | 31.4 | 16.8 | 10.18 | - |
| YUV | 94.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 85 | 0 | 0.85 | 0.61 | 0.14 | 343.23 | 0.74 | 0.49 |
| Hex | DB | 21 | 55 | 0 | 55 | 3D | E | 157 | 4A | 31 |
| Octal | 333 | 41 | 125 | 0 | 125 | 75 | 16 | 527 | 112 | 61 |
| Binary | 11011011 | 100001 | 1010101 | 0 | 1010101 | 111101 | 1110 | 101010111 | 1001010 | 110001 |
Color Harmonies of #DB2155
Complementary color
Monochromatic Colors of #DB2155
Black with #DB2155
Text Example
Text Example
White with #DB2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2155; }
p { color: rgb(219,33,85); }
H1.HeaderClassName
{
color: #DB2155;
}
.AnyTagClassName
{
color: #DB2155;
}
</style>
background-color css
<style>
a { background-color: #DB2155; }
a { background-color: rgb(219,33,85); }
div.DivClassName
{
background-color: #DB2155;
}
.BgClassName
{
background-color: #DB2155;
}
</style>
border-color css
<style>
span { border-color: #DB2155; }
span { border-color: rgb(219,33,85); }
td.TdClassName
{
border-color: #DB2155;
}
.TagClassName
{
border-color: #DB2155;
}
</style>