Shades of Amaranth #DB214C
Tints of Amaranth #DB214C
RGB
CMYK
RGB Variations
Color information
#DB214C (or 0xDB214C) is known color: Amaranth. HEX triplet: DB, 21 and 4C. RGB value is (219,33,76). Sum of RGB (Red+Green+Blue) = 219+33+76=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB214C is #24DEB3. Grayscale: #5D5D5D. Windows color (decimal): -2416308 or 4989403. OLE color: 4989403.
HSL color Cylindrical-coordinate representation of color #DB214C: hue angle of 346.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB214C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.14 |
| HSL | 346.13º | 0.74% | 0.49% | - |
| HSV(B) | 346.13º | 0.85% | 0.86% | - |
| XYZ | 31.06 | 16.67 | 8.42 | - |
| YUV | 93.52 | 118.12 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 76 | 0 | 0.85 | 0.65 | 0.14 | 346.13 | 0.74 | 0.49 |
| Hex | DB | 21 | 4C | 0 | 55 | 41 | E | 15A | 4A | 31 |
| Octal | 333 | 41 | 114 | 0 | 125 | 101 | 16 | 532 | 112 | 61 |
| Binary | 11011011 | 100001 | 1001100 | 0 | 1010101 | 1000001 | 1110 | 101011010 | 1001010 | 110001 |
Color Harmonies of #DB214C
Complementary color
Monochromatic Colors of #DB214C
Black with #DB214C
Text Example
Text Example
White with #DB214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB214C; }
p { color: rgb(219,33,76); }
H1.HeaderClassName
{
color: #DB214C;
}
.AnyTagClassName
{
color: #DB214C;
}
</style>
background-color css
<style>
a { background-color: #DB214C; }
a { background-color: rgb(219,33,76); }
div.DivClassName
{
background-color: #DB214C;
}
.BgClassName
{
background-color: #DB214C;
}
</style>
border-color css
<style>
span { border-color: #DB214C; }
span { border-color: rgb(219,33,76); }
td.TdClassName
{
border-color: #DB214C;
}
.TagClassName
{
border-color: #DB214C;
}
</style>