Shades of Amaranth #DB204E
Tints of Amaranth #DB204E
RGB
CMYK
RGB Variations
Color information
#DB204E (or 0xDB204E) is known color: Amaranth. HEX triplet: DB, 20 and 4E. RGB value is (219,32,78). Sum of RGB (Red+Green+Blue) = 219+32+78=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB204E is #24DFB1. Grayscale: #5D5D5D. Windows color (decimal): -2416562 or 5120219. OLE color: 5120219.
HSL color Cylindrical-coordinate representation of color #DB204E: hue angle of 345.24º 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 #DB204E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 78 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.14 |
| HSL | 345.24º | 0.75% | 0.49% | - |
| HSV(B) | 345.24º | 0.85% | 0.86% | - |
| XYZ | 31.11 | 16.64 | 8.78 | - |
| YUV | 93.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 78 | 0 | 0.85 | 0.64 | 0.14 | 345.24 | 0.75 | 0.49 |
| Hex | DB | 20 | 4E | 0 | 55 | 40 | E | 159 | 4B | 31 |
| Octal | 333 | 40 | 116 | 0 | 125 | 100 | 16 | 531 | 113 | 61 |
| Binary | 11011011 | 100000 | 1001110 | 0 | 1010101 | 1000000 | 1110 | 101011001 | 1001011 | 110001 |
Color Harmonies of #DB204E
Complementary color
Monochromatic Colors of #DB204E
Black with #DB204E
Text Example
Text Example
White with #DB204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB204E; }
p { color: rgb(219,32,78); }
H1.HeaderClassName
{
color: #DB204E;
}
.AnyTagClassName
{
color: #DB204E;
}
</style>
background-color css
<style>
a { background-color: #DB204E; }
a { background-color: rgb(219,32,78); }
div.DivClassName
{
background-color: #DB204E;
}
.BgClassName
{
background-color: #DB204E;
}
</style>
border-color css
<style>
span { border-color: #DB204E; }
span { border-color: rgb(219,32,78); }
td.TdClassName
{
border-color: #DB204E;
}
.TagClassName
{
border-color: #DB204E;
}
</style>