Shades of Amaranth #DB3C51
Tints of Amaranth #DB3C51
RGB
CMYK
RGB Variations
Color information
#DB3C51 (or 0xDB3C51) is known color: Amaranth. HEX triplet: DB, 3C and 51. RGB value is (219,60,81). Sum of RGB (Red+Green+Blue) = 219+60+81=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C51 is #24C3AE. Grayscale: #6E6E6E. Windows color (decimal): -2409391 or 5323995. OLE color: 5323995.
HSL color Cylindrical-coordinate representation of color #DB3C51: hue angle of 352.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C51 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 81 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.14 |
| HSL | 352.08º | 0.69% | 0.55% | - |
| HSV(B) | 352.08º | 0.73% | 0.86% | - |
| XYZ | 32.31 | 18.89 | 9.73 | - |
| YUV | 109.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 81 | 0 | 0.73 | 0.63 | 0.14 | 352.08 | 0.69 | 0.55 |
| Hex | DB | 3C | 51 | 0 | 49 | 3F | E | 160 | 45 | 37 |
| Octal | 333 | 74 | 121 | 0 | 111 | 77 | 16 | 540 | 105 | 67 |
| Binary | 11011011 | 111100 | 1010001 | 0 | 1001001 | 111111 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DB3C51
Complementary color
Monochromatic Colors of #DB3C51
Black with #DB3C51
Text Example
Text Example
White with #DB3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C51; }
p { color: rgb(219,60,81); }
H1.HeaderClassName
{
color: #DB3C51;
}
.AnyTagClassName
{
color: #DB3C51;
}
</style>
background-color css
<style>
a { background-color: #DB3C51; }
a { background-color: rgb(219,60,81); }
div.DivClassName
{
background-color: #DB3C51;
}
.BgClassName
{
background-color: #DB3C51;
}
</style>
border-color css
<style>
span { border-color: #DB3C51; }
span { border-color: rgb(219,60,81); }
td.TdClassName
{
border-color: #DB3C51;
}
.TagClassName
{
border-color: #DB3C51;
}
</style>