Shades of Amaranth #DB2B4F
Tints of Amaranth #DB2B4F
RGB
CMYK
RGB Variations
Color information
#DB2B4F (or 0xDB2B4F) is known color: Amaranth. HEX triplet: DB, 2B and 4F. RGB value is (219,43,79). Sum of RGB (Red+Green+Blue) = 219+43+79=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B4F is #24D4B0. Grayscale: #636363. Windows color (decimal): -2413745 or 5188571. OLE color: 5188571.
HSL color Cylindrical-coordinate representation of color #DB2B4F: hue angle of 347.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B4F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 79 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.14 |
| HSL | 347.73º | 0.71% | 0.51% | - |
| HSV(B) | 347.73º | 0.8% | 0.86% | - |
| XYZ | 31.49 | 17.35 | 9.09 | - |
| YUV | 99.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 79 | 0 | 0.80 | 0.64 | 0.14 | 347.73 | 0.71 | 0.51 |
| Hex | DB | 2B | 4F | 0 | 50 | 40 | E | 15C | 47 | 33 |
| Octal | 333 | 53 | 117 | 0 | 120 | 100 | 16 | 534 | 107 | 63 |
| Binary | 11011011 | 101011 | 1001111 | 0 | 1010000 | 1000000 | 1110 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DB2B4F
Complementary color
Monochromatic Colors of #DB2B4F
Black with #DB2B4F
Text Example
Text Example
White with #DB2B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B4F; }
p { color: rgb(219,43,79); }
H1.HeaderClassName
{
color: #DB2B4F;
}
.AnyTagClassName
{
color: #DB2B4F;
}
</style>
background-color css
<style>
a { background-color: #DB2B4F; }
a { background-color: rgb(219,43,79); }
div.DivClassName
{
background-color: #DB2B4F;
}
.BgClassName
{
background-color: #DB2B4F;
}
</style>
border-color css
<style>
span { border-color: #DB2B4F; }
span { border-color: rgb(219,43,79); }
td.TdClassName
{
border-color: #DB2B4F;
}
.TagClassName
{
border-color: #DB2B4F;
}
</style>