Shades of Amaranth #DB2951
Tints of Amaranth #DB2951
RGB
CMYK
RGB Variations
Color information
#DB2951 (or 0xDB2951) is known color: Amaranth. HEX triplet: DB, 29 and 51. RGB value is (219,41,81). Sum of RGB (Red+Green+Blue) = 219+41+81=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2951 is #24D6AE. Grayscale: #626262. Windows color (decimal): -2414255 or 5319131. OLE color: 5319131.
HSL color Cylindrical-coordinate representation of color #DB2951: hue angle of 346.52º 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 #DB2951 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 81 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.14 |
| HSL | 346.52º | 0.71% | 0.51% | - |
| HSV(B) | 346.52º | 0.81% | 0.86% | - |
| XYZ | 31.49 | 17.24 | 9.45 | - |
| YUV | 98.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 81 | 0 | 0.81 | 0.63 | 0.14 | 346.52 | 0.71 | 0.51 |
| Hex | DB | 29 | 51 | 0 | 51 | 3F | E | 15B | 47 | 33 |
| Octal | 333 | 51 | 121 | 0 | 121 | 77 | 16 | 533 | 107 | 63 |
| Binary | 11011011 | 101001 | 1010001 | 0 | 1010001 | 111111 | 1110 | 101011011 | 1000111 | 110011 |
Color Harmonies of #DB2951
Complementary color
Monochromatic Colors of #DB2951
Black with #DB2951
Text Example
Text Example
White with #DB2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2951; }
p { color: rgb(219,41,81); }
H1.HeaderClassName
{
color: #DB2951;
}
.AnyTagClassName
{
color: #DB2951;
}
</style>
background-color css
<style>
a { background-color: #DB2951; }
a { background-color: rgb(219,41,81); }
div.DivClassName
{
background-color: #DB2951;
}
.BgClassName
{
background-color: #DB2951;
}
</style>
border-color css
<style>
span { border-color: #DB2951; }
span { border-color: rgb(219,41,81); }
td.TdClassName
{
border-color: #DB2951;
}
.TagClassName
{
border-color: #DB2951;
}
</style>