Shades of Amaranth #DB3E4E
Tints of Amaranth #DB3E4E
RGB
CMYK
RGB Variations
Color information
#DB3E4E (or 0xDB3E4E) is known color: Amaranth. HEX triplet: DB, 3E and 4E. RGB value is (219,62,78). Sum of RGB (Red+Green+Blue) = 219+62+78=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E4E is #24C1B1. Grayscale: #6E6E6E. Windows color (decimal): -2408882 or 5127899. OLE color: 5127899.
HSL color Cylindrical-coordinate representation of color #DB3E4E: hue angle of 353.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.14 |
| HSL | 353.89º | 0.69% | 0.55% | - |
| HSV(B) | 353.89º | 0.72% | 0.86% | - |
| XYZ | 32.31 | 19.06 | 9.18 | - |
| YUV | 110.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 78 | 0 | 0.72 | 0.64 | 0.14 | 353.89 | 0.69 | 0.55 |
| Hex | DB | 3E | 4E | 0 | 48 | 40 | E | 162 | 45 | 37 |
| Octal | 333 | 76 | 116 | 0 | 110 | 100 | 16 | 542 | 105 | 67 |
| Binary | 11011011 | 111110 | 1001110 | 0 | 1001000 | 1000000 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DB3E4E
Complementary color
Monochromatic Colors of #DB3E4E
Black with #DB3E4E
Text Example
Text Example
White with #DB3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E4E; }
p { color: rgb(219,62,78); }
H1.HeaderClassName
{
color: #DB3E4E;
}
.AnyTagClassName
{
color: #DB3E4E;
}
</style>
background-color css
<style>
a { background-color: #DB3E4E; }
a { background-color: rgb(219,62,78); }
div.DivClassName
{
background-color: #DB3E4E;
}
.BgClassName
{
background-color: #DB3E4E;
}
</style>
border-color css
<style>
span { border-color: #DB3E4E; }
span { border-color: rgb(219,62,78); }
td.TdClassName
{
border-color: #DB3E4E;
}
.TagClassName
{
border-color: #DB3E4E;
}
</style>