Shades of Amaranth #DB1C4F
Tints of Amaranth #DB1C4F
RGB
CMYK
RGB Variations
Color information
#DB1C4F (or 0xDB1C4F) is known color: Amaranth. HEX triplet: DB, 1C and 4F. RGB value is (219,28,79). Sum of RGB (Red+Green+Blue) = 219+28+79=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C4F is #24E3B0. Grayscale: #5A5A5A. Windows color (decimal): -2417585 or 5184731. OLE color: 5184731.
HSL color Cylindrical-coordinate representation of color #DB1C4F: hue angle of 343.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C4F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 79 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.14 |
| HSL | 343.98º | 0.77% | 0.48% | - |
| HSV(B) | 343.98º | 0.87% | 0.86% | - |
| XYZ | 31.04 | 16.46 | 8.94 | - |
| YUV | 90.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 79 | 0 | 0.87 | 0.64 | 0.14 | 343.98 | 0.77 | 0.48 |
| Hex | DB | 1C | 4F | 0 | 57 | 40 | E | 158 | 4D | 30 |
| Octal | 333 | 34 | 117 | 0 | 127 | 100 | 16 | 530 | 115 | 60 |
| Binary | 11011011 | 11100 | 1001111 | 0 | 1010111 | 1000000 | 1110 | 101011000 | 1001101 | 110000 |
Color Harmonies of #DB1C4F
Complementary color
Monochromatic Colors of #DB1C4F
Black with #DB1C4F
Text Example
Text Example
White with #DB1C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C4F; }
p { color: rgb(219,28,79); }
H1.HeaderClassName
{
color: #DB1C4F;
}
.AnyTagClassName
{
color: #DB1C4F;
}
</style>
background-color css
<style>
a { background-color: #DB1C4F; }
a { background-color: rgb(219,28,79); }
div.DivClassName
{
background-color: #DB1C4F;
}
.BgClassName
{
background-color: #DB1C4F;
}
</style>
border-color css
<style>
span { border-color: #DB1C4F; }
span { border-color: rgb(219,28,79); }
td.TdClassName
{
border-color: #DB1C4F;
}
.TagClassName
{
border-color: #DB1C4F;
}
</style>