Shades of Amaranth #DB284A
Tints of Amaranth #DB284A
RGB
CMYK
RGB Variations
Color information
#DB284A (or 0xDB284A) is known color: Amaranth. HEX triplet: DB, 28 and 4A. RGB value is (219,40,74). Sum of RGB (Red+Green+Blue) = 219+40+74=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB284A is #24D7B5. Grayscale: #616161. Windows color (decimal): -2414518 or 4860123. OLE color: 4860123.
HSL color Cylindrical-coordinate representation of color #DB284A: hue angle of 348.6º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB284A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 74 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.14 |
| HSL | 348.6º | 0.71% | 0.51% | - |
| HSV(B) | 348.6º | 0.82% | 0.86% | - |
| XYZ | 31.21 | 17.07 | 8.13 | - |
| YUV | 97.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 74 | 0 | 0.82 | 0.66 | 0.14 | 348.6 | 0.71 | 0.51 |
| Hex | DB | 28 | 4A | 0 | 52 | 42 | E | 15D | 47 | 33 |
| Octal | 333 | 50 | 112 | 0 | 122 | 102 | 16 | 535 | 107 | 63 |
| Binary | 11011011 | 101000 | 1001010 | 0 | 1010010 | 1000010 | 1110 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DB284A
Complementary color
Monochromatic Colors of #DB284A
Black with #DB284A
Text Example
Text Example
White with #DB284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB284A; }
p { color: rgb(219,40,74); }
H1.HeaderClassName
{
color: #DB284A;
}
.AnyTagClassName
{
color: #DB284A;
}
</style>
background-color css
<style>
a { background-color: #DB284A; }
a { background-color: rgb(219,40,74); }
div.DivClassName
{
background-color: #DB284A;
}
.BgClassName
{
background-color: #DB284A;
}
</style>
border-color css
<style>
span { border-color: #DB284A; }
span { border-color: rgb(219,40,74); }
td.TdClassName
{
border-color: #DB284A;
}
.TagClassName
{
border-color: #DB284A;
}
</style>