Shades of Amaranth #DB204D
Tints of Amaranth #DB204D
RGB
CMYK
RGB Variations
Color information
#DB204D (or 0xDB204D) is known color: Amaranth. HEX triplet: DB, 20 and 4D. RGB value is (219,32,77). Sum of RGB (Red+Green+Blue) = 219+32+77=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB204D is #24DFB2. Grayscale: #5D5D5D. Windows color (decimal): -2416563 or 5054683. OLE color: 5054683.
HSL color Cylindrical-coordinate representation of color #DB204D: hue angle of 345.56º degrees, saturation: 0.75, 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 #DB204D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 77 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.14 |
| HSL | 345.56º | 0.75% | 0.49% | - |
| HSV(B) | 345.56º | 0.85% | 0.86% | - |
| XYZ | 31.07 | 16.63 | 8.59 | - |
| YUV | 93.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 77 | 0 | 0.85 | 0.65 | 0.14 | 345.56 | 0.75 | 0.49 |
| Hex | DB | 20 | 4D | 0 | 55 | 41 | E | 15A | 4B | 31 |
| Octal | 333 | 40 | 115 | 0 | 125 | 101 | 16 | 532 | 113 | 61 |
| Binary | 11011011 | 100000 | 1001101 | 0 | 1010101 | 1000001 | 1110 | 101011010 | 1001011 | 110001 |
Color Harmonies of #DB204D
Complementary color
Monochromatic Colors of #DB204D
Black with #DB204D
Text Example
Text Example
White with #DB204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB204D; }
p { color: rgb(219,32,77); }
H1.HeaderClassName
{
color: #DB204D;
}
.AnyTagClassName
{
color: #DB204D;
}
</style>
background-color css
<style>
a { background-color: #DB204D; }
a { background-color: rgb(219,32,77); }
div.DivClassName
{
background-color: #DB204D;
}
.BgClassName
{
background-color: #DB204D;
}
</style>
border-color css
<style>
span { border-color: #DB204D; }
span { border-color: rgb(219,32,77); }
td.TdClassName
{
border-color: #DB204D;
}
.TagClassName
{
border-color: #DB204D;
}
</style>