Shades of Amaranth #DB1F54
Tints of Amaranth #DB1F54
RGB
CMYK
RGB Variations
Color information
#DB1F54 (or 0xDB1F54) is known color: Amaranth. HEX triplet: DB, 1F and 54. RGB value is (219,31,84). Sum of RGB (Red+Green+Blue) = 219+31+84=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F54 is #24E0AB. Grayscale: #5D5D5D. Windows color (decimal): -2416812 or 5513179. OLE color: 5513179.
HSL color Cylindrical-coordinate representation of color #DB1F54: hue angle of 343.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F54 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 84 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.14 |
| HSL | 343.09º | 0.75% | 0.49% | - |
| HSV(B) | 343.09º | 0.86% | 0.86% | - |
| XYZ | 31.3 | 16.68 | 9.96 | - |
| YUV | 93.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 84 | 0 | 0.86 | 0.62 | 0.14 | 343.09 | 0.75 | 0.49 |
| Hex | DB | 1F | 54 | 0 | 56 | 3E | E | 157 | 4B | 31 |
| Octal | 333 | 37 | 124 | 0 | 126 | 76 | 16 | 527 | 113 | 61 |
| Binary | 11011011 | 11111 | 1010100 | 0 | 1010110 | 111110 | 1110 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DB1F54
Complementary color
Monochromatic Colors of #DB1F54
Black with #DB1F54
Text Example
Text Example
White with #DB1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F54; }
p { color: rgb(219,31,84); }
H1.HeaderClassName
{
color: #DB1F54;
}
.AnyTagClassName
{
color: #DB1F54;
}
</style>
background-color css
<style>
a { background-color: #DB1F54; }
a { background-color: rgb(219,31,84); }
div.DivClassName
{
background-color: #DB1F54;
}
.BgClassName
{
background-color: #DB1F54;
}
</style>
border-color css
<style>
span { border-color: #DB1F54; }
span { border-color: rgb(219,31,84); }
td.TdClassName
{
border-color: #DB1F54;
}
.TagClassName
{
border-color: #DB1F54;
}
</style>