Shades of Amaranth #DB224E
Tints of Amaranth #DB224E
RGB
CMYK
RGB Variations
Color information
#DB224E (or 0xDB224E) is known color: Amaranth. HEX triplet: DB, 22 and 4E. RGB value is (219,34,78). Sum of RGB (Red+Green+Blue) = 219+34+78=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB224E is #24DDB1. Grayscale: #5E5E5E. Windows color (decimal): -2416050 or 5120731. OLE color: 5120731.
HSL color Cylindrical-coordinate representation of color #DB224E: hue angle of 345.73º 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 #DB224E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 78 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.14 |
| HSL | 345.73º | 0.73% | 0.5% | - |
| HSV(B) | 345.73º | 0.84% | 0.86% | - |
| XYZ | 31.16 | 16.75 | 8.8 | - |
| YUV | 94.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 78 | 0 | 0.84 | 0.64 | 0.14 | 345.73 | 0.73 | 0.5 |
| Hex | DB | 22 | 4E | 0 | 54 | 40 | E | 15A | 49 | 32 |
| Octal | 333 | 42 | 116 | 0 | 124 | 100 | 16 | 532 | 111 | 62 |
| Binary | 11011011 | 100010 | 1001110 | 0 | 1010100 | 1000000 | 1110 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DB224E
Complementary color
Monochromatic Colors of #DB224E
Black with #DB224E
Text Example
Text Example
White with #DB224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB224E; }
p { color: rgb(219,34,78); }
H1.HeaderClassName
{
color: #DB224E;
}
.AnyTagClassName
{
color: #DB224E;
}
</style>
background-color css
<style>
a { background-color: #DB224E; }
a { background-color: rgb(219,34,78); }
div.DivClassName
{
background-color: #DB224E;
}
.BgClassName
{
background-color: #DB224E;
}
</style>
border-color css
<style>
span { border-color: #DB224E; }
span { border-color: rgb(219,34,78); }
td.TdClassName
{
border-color: #DB224E;
}
.TagClassName
{
border-color: #DB224E;
}
</style>