Shades of Amaranth #DB2651
Tints of Amaranth #DB2651
RGB
CMYK
RGB Variations
Color information
#DB2651 (or 0xDB2651) is known color: Amaranth. HEX triplet: DB, 26 and 51. RGB value is (219,38,81). Sum of RGB (Red+Green+Blue) = 219+38+81=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2651 is #24D9AE. Grayscale: #616161. Windows color (decimal): -2415023 or 5318363. OLE color: 5318363.
HSL color Cylindrical-coordinate representation of color #DB2651: hue angle of 345.75º 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 #DB2651 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 81 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.14 |
| HSL | 345.75º | 0.72% | 0.5% | - |
| HSV(B) | 345.75º | 0.83% | 0.86% | - |
| XYZ | 31.39 | 17.04 | 9.42 | - |
| YUV | 97.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 81 | 0 | 0.83 | 0.63 | 0.14 | 345.75 | 0.72 | 0.5 |
| Hex | DB | 26 | 51 | 0 | 53 | 3F | E | 15A | 48 | 32 |
| Octal | 333 | 46 | 121 | 0 | 123 | 77 | 16 | 532 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010001 | 0 | 1010011 | 111111 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DB2651
Complementary color
Monochromatic Colors of #DB2651
Black with #DB2651
Text Example
Text Example
White with #DB2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2651; }
p { color: rgb(219,38,81); }
H1.HeaderClassName
{
color: #DB2651;
}
.AnyTagClassName
{
color: #DB2651;
}
</style>
background-color css
<style>
a { background-color: #DB2651; }
a { background-color: rgb(219,38,81); }
div.DivClassName
{
background-color: #DB2651;
}
.BgClassName
{
background-color: #DB2651;
}
</style>
border-color css
<style>
span { border-color: #DB2651; }
span { border-color: rgb(219,38,81); }
td.TdClassName
{
border-color: #DB2651;
}
.TagClassName
{
border-color: #DB2651;
}
</style>