Shades of Amaranth #DB404A
Tints of Amaranth #DB404A
RGB
CMYK
RGB Variations
Color information
#DB404A (or 0xDB404A) is known color: Amaranth. HEX triplet: DB, 40 and 4A. RGB value is (219,64,74). Sum of RGB (Red+Green+Blue) = 219+64+74=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB404A is #24BFB5. Grayscale: #6F6F6F. Windows color (decimal): -2408374 or 4866267. OLE color: 4866267.
HSL color Cylindrical-coordinate representation of color #DB404A: hue angle of 356.13º 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 #DB404A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 74 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.14 |
| HSL | 356.13º | 0.68% | 0.55% | - |
| HSV(B) | 356.13º | 0.71% | 0.86% | - |
| XYZ | 32.28 | 19.22 | 8.49 | - |
| YUV | 111.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 74 | 0 | 0.71 | 0.66 | 0.14 | 356.13 | 0.68 | 0.55 |
| Hex | DB | 40 | 4A | 0 | 47 | 42 | E | 164 | 44 | 37 |
| Octal | 333 | 100 | 112 | 0 | 107 | 102 | 16 | 544 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1001010 | 0 | 1000111 | 1000010 | 1110 | 101100100 | 1000100 | 110111 |
Color Harmonies of #DB404A
Complementary color
Monochromatic Colors of #DB404A
Black with #DB404A
Text Example
Text Example
White with #DB404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB404A; }
p { color: rgb(219,64,74); }
H1.HeaderClassName
{
color: #DB404A;
}
.AnyTagClassName
{
color: #DB404A;
}
</style>
background-color css
<style>
a { background-color: #DB404A; }
a { background-color: rgb(219,64,74); }
div.DivClassName
{
background-color: #DB404A;
}
.BgClassName
{
background-color: #DB404A;
}
</style>
border-color css
<style>
span { border-color: #DB404A; }
span { border-color: rgb(219,64,74); }
td.TdClassName
{
border-color: #DB404A;
}
.TagClassName
{
border-color: #DB404A;
}
</style>