Shades of Amaranth #DB2C51
Tints of Amaranth #DB2C51
RGB
CMYK
RGB Variations
Color information
#DB2C51 (or 0xDB2C51) is known color: Amaranth. HEX triplet: DB, 2C and 51. RGB value is (219,44,81). Sum of RGB (Red+Green+Blue) = 219+44+81=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2C51 is #24D3AE. Grayscale: #646464. Windows color (decimal): -2413487 or 5319899. OLE color: 5319899.
HSL color Cylindrical-coordinate representation of color #DB2C51: hue angle of 347.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C51 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 81 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.14 |
| HSL | 347.31º | 0.71% | 0.52% | - |
| HSV(B) | 347.31º | 0.8% | 0.86% | - |
| XYZ | 31.6 | 17.46 | 9.49 | - |
| YUV | 100.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 81 | 0 | 0.80 | 0.63 | 0.14 | 347.31 | 0.71 | 0.52 |
| Hex | DB | 2C | 51 | 0 | 50 | 3F | E | 15B | 47 | 34 |
| Octal | 333 | 54 | 121 | 0 | 120 | 77 | 16 | 533 | 107 | 64 |
| Binary | 11011011 | 101100 | 1010001 | 0 | 1010000 | 111111 | 1110 | 101011011 | 1000111 | 110100 |
Color Harmonies of #DB2C51
Complementary color
Monochromatic Colors of #DB2C51
Black with #DB2C51
Text Example
Text Example
White with #DB2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C51; }
p { color: rgb(219,44,81); }
H1.HeaderClassName
{
color: #DB2C51;
}
.AnyTagClassName
{
color: #DB2C51;
}
</style>
background-color css
<style>
a { background-color: #DB2C51; }
a { background-color: rgb(219,44,81); }
div.DivClassName
{
background-color: #DB2C51;
}
.BgClassName
{
background-color: #DB2C51;
}
</style>
border-color css
<style>
span { border-color: #DB2C51; }
span { border-color: rgb(219,44,81); }
td.TdClassName
{
border-color: #DB2C51;
}
.TagClassName
{
border-color: #DB2C51;
}
</style>