Shades of Amaranth #DB404F
Tints of Amaranth #DB404F
RGB
CMYK
RGB Variations
Color information
#DB404F (or 0xDB404F) is known color: Amaranth. HEX triplet: DB, 40 and 4F. RGB value is (219,64,79). Sum of RGB (Red+Green+Blue) = 219+64+79=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB404F is #24BFB0. Grayscale: #707070. Windows color (decimal): -2408369 or 5193947. OLE color: 5193947.
HSL color Cylindrical-coordinate representation of color #DB404F: hue angle of 354.19º 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 #DB404F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 79 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.14 |
| HSL | 354.19º | 0.68% | 0.55% | - |
| HSV(B) | 354.19º | 0.71% | 0.86% | - |
| XYZ | 32.46 | 19.29 | 9.41 | - |
| YUV | 112.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 79 | 0 | 0.71 | 0.64 | 0.14 | 354.19 | 0.68 | 0.55 |
| Hex | DB | 40 | 4F | 0 | 47 | 40 | E | 162 | 44 | 37 |
| Octal | 333 | 100 | 117 | 0 | 107 | 100 | 16 | 542 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1001111 | 0 | 1000111 | 1000000 | 1110 | 101100010 | 1000100 | 110111 |
Color Harmonies of #DB404F
Complementary color
Monochromatic Colors of #DB404F
Black with #DB404F
Text Example
Text Example
White with #DB404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB404F; }
p { color: rgb(219,64,79); }
H1.HeaderClassName
{
color: #DB404F;
}
.AnyTagClassName
{
color: #DB404F;
}
</style>
background-color css
<style>
a { background-color: #DB404F; }
a { background-color: rgb(219,64,79); }
div.DivClassName
{
background-color: #DB404F;
}
.BgClassName
{
background-color: #DB404F;
}
</style>
border-color css
<style>
span { border-color: #DB404F; }
span { border-color: rgb(219,64,79); }
td.TdClassName
{
border-color: #DB404F;
}
.TagClassName
{
border-color: #DB404F;
}
</style>