Shades of Amaranth #DB2955
Tints of Amaranth #DB2955
RGB
CMYK
RGB Variations
Color information
#DB2955 (or 0xDB2955) is known color: Amaranth. HEX triplet: DB, 29 and 55. RGB value is (219,41,85). Sum of RGB (Red+Green+Blue) = 219+41+85=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2955 is #24D6AA. Grayscale: #636363. Windows color (decimal): -2414251 or 5581275. OLE color: 5581275.
HSL color Cylindrical-coordinate representation of color #DB2955: hue angle of 345.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2955 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 85 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.14 |
| HSL | 345.17º | 0.71% | 0.51% | - |
| HSV(B) | 345.17º | 0.81% | 0.86% | - |
| XYZ | 31.65 | 17.3 | 10.27 | - |
| YUV | 99.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 85 | 0 | 0.81 | 0.61 | 0.14 | 345.17 | 0.71 | 0.51 |
| Hex | DB | 29 | 55 | 0 | 51 | 3D | E | 159 | 47 | 33 |
| Octal | 333 | 51 | 125 | 0 | 121 | 75 | 16 | 531 | 107 | 63 |
| Binary | 11011011 | 101001 | 1010101 | 0 | 1010001 | 111101 | 1110 | 101011001 | 1000111 | 110011 |
Color Harmonies of #DB2955
Complementary color
Monochromatic Colors of #DB2955
Black with #DB2955
Text Example
Text Example
White with #DB2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2955; }
p { color: rgb(219,41,85); }
H1.HeaderClassName
{
color: #DB2955;
}
.AnyTagClassName
{
color: #DB2955;
}
</style>
background-color css
<style>
a { background-color: #DB2955; }
a { background-color: rgb(219,41,85); }
div.DivClassName
{
background-color: #DB2955;
}
.BgClassName
{
background-color: #DB2955;
}
</style>
border-color css
<style>
span { border-color: #DB2955; }
span { border-color: rgb(219,41,85); }
td.TdClassName
{
border-color: #DB2955;
}
.TagClassName
{
border-color: #DB2955;
}
</style>