Shades of Amaranth #DB404E
Tints of Amaranth #DB404E
RGB
CMYK
RGB Variations
Color information
#DB404E (or 0xDB404E) is known color: Amaranth. HEX triplet: DB, 40 and 4E. RGB value is (219,64,78). Sum of RGB (Red+Green+Blue) = 219+64+78=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB404E is #24BFB1. Grayscale: #707070. Windows color (decimal): -2408370 or 5128411. OLE color: 5128411.
HSL color Cylindrical-coordinate representation of color #DB404E: hue angle of 354.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB404E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 78 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.14 |
| HSL | 354.58º | 0.68% | 0.55% | - |
| HSV(B) | 354.58º | 0.71% | 0.86% | - |
| XYZ | 32.42 | 19.28 | 9.22 | - |
| YUV | 111.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 78 | 0 | 0.71 | 0.64 | 0.14 | 354.58 | 0.68 | 0.55 |
| Hex | DB | 40 | 4E | 0 | 47 | 40 | E | 163 | 44 | 37 |
| Octal | 333 | 100 | 116 | 0 | 107 | 100 | 16 | 543 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1001110 | 0 | 1000111 | 1000000 | 1110 | 101100011 | 1000100 | 110111 |
Color Harmonies of #DB404E
Complementary color
Monochromatic Colors of #DB404E
Black with #DB404E
Text Example
Text Example
White with #DB404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB404E; }
p { color: rgb(219,64,78); }
H1.HeaderClassName
{
color: #DB404E;
}
.AnyTagClassName
{
color: #DB404E;
}
</style>
background-color css
<style>
a { background-color: #DB404E; }
a { background-color: rgb(219,64,78); }
div.DivClassName
{
background-color: #DB404E;
}
.BgClassName
{
background-color: #DB404E;
}
</style>
border-color css
<style>
span { border-color: #DB404E; }
span { border-color: rgb(219,64,78); }
td.TdClassName
{
border-color: #DB404E;
}
.TagClassName
{
border-color: #DB404E;
}
</style>