Shades of Amaranth #DB284C
Tints of Amaranth #DB284C
RGB
CMYK
RGB Variations
Color information
#DB284C (or 0xDB284C) is known color: Amaranth. HEX triplet: DB, 28 and 4C. RGB value is (219,40,76). Sum of RGB (Red+Green+Blue) = 219+40+76=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB284C is #24D7B3. Grayscale: #616161. Windows color (decimal): -2414516 or 4991195. OLE color: 4991195.
HSL color Cylindrical-coordinate representation of color #DB284C: hue angle of 347.93º 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 #DB284C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 76 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.14 |
| HSL | 347.93º | 0.71% | 0.51% | - |
| HSV(B) | 347.93º | 0.82% | 0.86% | - |
| XYZ | 31.28 | 17.1 | 8.49 | - |
| YUV | 97.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 76 | 0 | 0.82 | 0.65 | 0.14 | 347.93 | 0.71 | 0.51 |
| Hex | DB | 28 | 4C | 0 | 52 | 41 | E | 15C | 47 | 33 |
| Octal | 333 | 50 | 114 | 0 | 122 | 101 | 16 | 534 | 107 | 63 |
| Binary | 11011011 | 101000 | 1001100 | 0 | 1010010 | 1000001 | 1110 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DB284C
Complementary color
Monochromatic Colors of #DB284C
Black with #DB284C
Text Example
Text Example
White with #DB284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB284C; }
p { color: rgb(219,40,76); }
H1.HeaderClassName
{
color: #DB284C;
}
.AnyTagClassName
{
color: #DB284C;
}
</style>
background-color css
<style>
a { background-color: #DB284C; }
a { background-color: rgb(219,40,76); }
div.DivClassName
{
background-color: #DB284C;
}
.BgClassName
{
background-color: #DB284C;
}
</style>
border-color css
<style>
span { border-color: #DB284C; }
span { border-color: rgb(219,40,76); }
td.TdClassName
{
border-color: #DB284C;
}
.TagClassName
{
border-color: #DB284C;
}
</style>