Shades of Amaranth #DB1B4E
Tints of Amaranth #DB1B4E
RGB
CMYK
RGB Variations
Color information
#DB1B4E (or 0xDB1B4E) is known color: Amaranth. HEX triplet: DB, 1B and 4E. RGB value is (219,27,78). Sum of RGB (Red+Green+Blue) = 219+27+78=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B4E is #24E4B1. Grayscale: #5A5A5A. Windows color (decimal): -2417842 or 5118939. OLE color: 5118939.
HSL color Cylindrical-coordinate representation of color #DB1B4E: hue angle of 344.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B4E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 78 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.14 |
| HSL | 344.06º | 0.78% | 0.48% | - |
| HSV(B) | 344.06º | 0.88% | 0.86% | - |
| XYZ | 30.98 | 16.39 | 8.74 | - |
| YUV | 90.22 | 121.11 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 78 | 0 | 0.88 | 0.64 | 0.14 | 344.06 | 0.78 | 0.48 |
| Hex | DB | 1B | 4E | 0 | 58 | 40 | E | 158 | 4E | 30 |
| Octal | 333 | 33 | 116 | 0 | 130 | 100 | 16 | 530 | 116 | 60 |
| Binary | 11011011 | 11011 | 1001110 | 0 | 1011000 | 1000000 | 1110 | 101011000 | 1001110 | 110000 |
Color Harmonies of #DB1B4E
Complementary color
Monochromatic Colors of #DB1B4E
Black with #DB1B4E
Text Example
Text Example
White with #DB1B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B4E; }
p { color: rgb(219,27,78); }
H1.HeaderClassName
{
color: #DB1B4E;
}
.AnyTagClassName
{
color: #DB1B4E;
}
</style>
background-color css
<style>
a { background-color: #DB1B4E; }
a { background-color: rgb(219,27,78); }
div.DivClassName
{
background-color: #DB1B4E;
}
.BgClassName
{
background-color: #DB1B4E;
}
</style>
border-color css
<style>
span { border-color: #DB1B4E; }
span { border-color: rgb(219,27,78); }
td.TdClassName
{
border-color: #DB1B4E;
}
.TagClassName
{
border-color: #DB1B4E;
}
</style>