Shades of Amaranth #DB1B4F
Tints of Amaranth #DB1B4F
RGB
CMYK
RGB Variations
Color information
#DB1B4F (or 0xDB1B4F) is known color: Amaranth. HEX triplet: DB, 1B and 4F. RGB value is (219,27,79). Sum of RGB (Red+Green+Blue) = 219+27+79=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B4F is #24E4B0. Grayscale: #5A5A5A. Windows color (decimal): -2417841 or 5184475. OLE color: 5184475.
HSL color Cylindrical-coordinate representation of color #DB1B4F: hue angle of 343.75º 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 #DB1B4F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 79 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.14 |
| HSL | 343.75º | 0.78% | 0.48% | - |
| HSV(B) | 343.75º | 0.88% | 0.86% | - |
| XYZ | 31.02 | 16.41 | 8.93 | - |
| YUV | 90.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 79 | 0 | 0.88 | 0.64 | 0.14 | 343.75 | 0.78 | 0.48 |
| Hex | DB | 1B | 4F | 0 | 58 | 40 | E | 158 | 4E | 30 |
| Octal | 333 | 33 | 117 | 0 | 130 | 100 | 16 | 530 | 116 | 60 |
| Binary | 11011011 | 11011 | 1001111 | 0 | 1011000 | 1000000 | 1110 | 101011000 | 1001110 | 110000 |
Color Harmonies of #DB1B4F
Complementary color
Monochromatic Colors of #DB1B4F
Black with #DB1B4F
Text Example
Text Example
White with #DB1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B4F; }
p { color: rgb(219,27,79); }
H1.HeaderClassName
{
color: #DB1B4F;
}
.AnyTagClassName
{
color: #DB1B4F;
}
</style>
background-color css
<style>
a { background-color: #DB1B4F; }
a { background-color: rgb(219,27,79); }
div.DivClassName
{
background-color: #DB1B4F;
}
.BgClassName
{
background-color: #DB1B4F;
}
</style>
border-color css
<style>
span { border-color: #DB1B4F; }
span { border-color: rgb(219,27,79); }
td.TdClassName
{
border-color: #DB1B4F;
}
.TagClassName
{
border-color: #DB1B4F;
}
</style>