Shades of Amaranth #DB404D
Tints of Amaranth #DB404D
RGB
CMYK
RGB Variations
Color information
#DB404D (or 0xDB404D) is known color: Amaranth. HEX triplet: DB, 40 and 4D. RGB value is (219,64,77). Sum of RGB (Red+Green+Blue) = 219+64+77=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB404D is #24BFB2. Grayscale: #6F6F6F. Windows color (decimal): -2408371 or 5062875. OLE color: 5062875.
HSL color Cylindrical-coordinate representation of color #DB404D: hue angle of 354.97º 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 #DB404D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 77 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.14 |
| HSL | 354.97º | 0.68% | 0.55% | - |
| HSV(B) | 354.97º | 0.71% | 0.86% | - |
| XYZ | 32.39 | 19.26 | 9.03 | - |
| YUV | 111.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 77 | 0 | 0.71 | 0.65 | 0.14 | 354.97 | 0.68 | 0.55 |
| Hex | DB | 40 | 4D | 0 | 47 | 41 | E | 163 | 44 | 37 |
| Octal | 333 | 100 | 115 | 0 | 107 | 101 | 16 | 543 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1001101 | 0 | 1000111 | 1000001 | 1110 | 101100011 | 1000100 | 110111 |
Color Harmonies of #DB404D
Complementary color
Monochromatic Colors of #DB404D
Black with #DB404D
Text Example
Text Example
White with #DB404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB404D; }
p { color: rgb(219,64,77); }
H1.HeaderClassName
{
color: #DB404D;
}
.AnyTagClassName
{
color: #DB404D;
}
</style>
background-color css
<style>
a { background-color: #DB404D; }
a { background-color: rgb(219,64,77); }
div.DivClassName
{
background-color: #DB404D;
}
.BgClassName
{
background-color: #DB404D;
}
</style>
border-color css
<style>
span { border-color: #DB404D; }
span { border-color: rgb(219,64,77); }
td.TdClassName
{
border-color: #DB404D;
}
.TagClassName
{
border-color: #DB404D;
}
</style>