Shades of Amaranth #DB1D4F
Tints of Amaranth #DB1D4F
RGB
CMYK
RGB Variations
Color information
#DB1D4F (or 0xDB1D4F) is known color: Amaranth. HEX triplet: DB, 1D and 4F. RGB value is (219,29,79). Sum of RGB (Red+Green+Blue) = 219+29+79=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D4F is #24E2B0. Grayscale: #5B5B5B. Windows color (decimal): -2417329 or 5184987. OLE color: 5184987.
HSL color Cylindrical-coordinate representation of color #DB1D4F: hue angle of 344.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D4F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 79 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.14 |
| HSL | 344.21º | 0.77% | 0.49% | - |
| HSV(B) | 344.21º | 0.87% | 0.86% | - |
| XYZ | 31.06 | 16.5 | 8.95 | - |
| YUV | 91.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 79 | 0 | 0.87 | 0.64 | 0.14 | 344.21 | 0.77 | 0.49 |
| Hex | DB | 1D | 4F | 0 | 57 | 40 | E | 158 | 4D | 31 |
| Octal | 333 | 35 | 117 | 0 | 127 | 100 | 16 | 530 | 115 | 61 |
| Binary | 11011011 | 11101 | 1001111 | 0 | 1010111 | 1000000 | 1110 | 101011000 | 1001101 | 110001 |
Color Harmonies of #DB1D4F
Complementary color
Monochromatic Colors of #DB1D4F
Black with #DB1D4F
Text Example
Text Example
White with #DB1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D4F; }
p { color: rgb(219,29,79); }
H1.HeaderClassName
{
color: #DB1D4F;
}
.AnyTagClassName
{
color: #DB1D4F;
}
</style>
background-color css
<style>
a { background-color: #DB1D4F; }
a { background-color: rgb(219,29,79); }
div.DivClassName
{
background-color: #DB1D4F;
}
.BgClassName
{
background-color: #DB1D4F;
}
</style>
border-color css
<style>
span { border-color: #DB1D4F; }
span { border-color: rgb(219,29,79); }
td.TdClassName
{
border-color: #DB1D4F;
}
.TagClassName
{
border-color: #DB1D4F;
}
</style>