Shades of Amaranth #DB224D
Tints of Amaranth #DB224D
RGB
CMYK
RGB Variations
Color information
#DB224D (or 0xDB224D) is known color: Amaranth. HEX triplet: DB, 22 and 4D. RGB value is (219,34,77). Sum of RGB (Red+Green+Blue) = 219+34+77=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB224D is #24DDB2. Grayscale: #5E5E5E. Windows color (decimal): -2416051 or 5055195. OLE color: 5055195.
HSL color Cylindrical-coordinate representation of color #DB224D: hue angle of 346.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB224D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.05º | 0.73% | 0.5% | - |
| HSV(B) | 346.05º | 0.84% | 0.86% | - |
| XYZ | 31.13 | 16.74 | 8.61 | - |
| YUV | 94.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 77 | 0 | 0.84 | 0.65 | 0.14 | 346.05 | 0.73 | 0.5 |
| Hex | DB | 22 | 4D | 0 | 54 | 41 | E | 15A | 49 | 32 |
| Octal | 333 | 42 | 115 | 0 | 124 | 101 | 16 | 532 | 111 | 62 |
| Binary | 11011011 | 100010 | 1001101 | 0 | 1010100 | 1000001 | 1110 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DB224D
Complementary color
Monochromatic Colors of #DB224D
Black with #DB224D
Text Example
Text Example
White with #DB224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB224D; }
p { color: rgb(219,34,77); }
H1.HeaderClassName
{
color: #DB224D;
}
.AnyTagClassName
{
color: #DB224D;
}
</style>
background-color css
<style>
a { background-color: #DB224D; }
a { background-color: rgb(219,34,77); }
div.DivClassName
{
background-color: #DB224D;
}
.BgClassName
{
background-color: #DB224D;
}
</style>
border-color css
<style>
span { border-color: #DB224D; }
span { border-color: rgb(219,34,77); }
td.TdClassName
{
border-color: #DB224D;
}
.TagClassName
{
border-color: #DB224D;
}
</style>