Shades of Amaranth #DB2C50
Tints of Amaranth #DB2C50
RGB
CMYK
RGB Variations
Color information
#DB2C50 (or 0xDB2C50) is known color: Amaranth. HEX triplet: DB, 2C and 50. RGB value is (219,44,80). Sum of RGB (Red+Green+Blue) = 219+44+80=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2C50 is #24D3AF. Grayscale: #646464. Windows color (decimal): -2413488 or 5254363. OLE color: 5254363.
HSL color Cylindrical-coordinate representation of color #DB2C50: hue angle of 347.66º 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 #DB2C50 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 80 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.14 |
| HSL | 347.66º | 0.71% | 0.52% | - |
| HSV(B) | 347.66º | 0.8% | 0.86% | - |
| XYZ | 31.56 | 17.44 | 9.29 | - |
| YUV | 100.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 80 | 0 | 0.80 | 0.63 | 0.14 | 347.66 | 0.71 | 0.52 |
| Hex | DB | 2C | 50 | 0 | 50 | 3F | E | 15C | 47 | 34 |
| Octal | 333 | 54 | 120 | 0 | 120 | 77 | 16 | 534 | 107 | 64 |
| Binary | 11011011 | 101100 | 1010000 | 0 | 1010000 | 111111 | 1110 | 101011100 | 1000111 | 110100 |
Color Harmonies of #DB2C50
Complementary color
Monochromatic Colors of #DB2C50
Black with #DB2C50
Text Example
Text Example
White with #DB2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C50; }
p { color: rgb(219,44,80); }
H1.HeaderClassName
{
color: #DB2C50;
}
.AnyTagClassName
{
color: #DB2C50;
}
</style>
background-color css
<style>
a { background-color: #DB2C50; }
a { background-color: rgb(219,44,80); }
div.DivClassName
{
background-color: #DB2C50;
}
.BgClassName
{
background-color: #DB2C50;
}
</style>
border-color css
<style>
span { border-color: #DB2C50; }
span { border-color: rgb(219,44,80); }
td.TdClassName
{
border-color: #DB2C50;
}
.TagClassName
{
border-color: #DB2C50;
}
</style>