Shades of Amaranth #DB394F
Tints of Amaranth #DB394F
RGB
CMYK
RGB Variations
Color information
#DB394F (or 0xDB394F) is known color: Amaranth. HEX triplet: DB, 39 and 4F. RGB value is (219,57,79). Sum of RGB (Red+Green+Blue) = 219+57+79=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB394F is #24C6B0. Grayscale: #6C6C6C. Windows color (decimal): -2410161 or 5192155. OLE color: 5192155.
HSL color Cylindrical-coordinate representation of color #DB394F: hue angle of 351.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB394F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 79 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.14 |
| HSL | 351.85º | 0.69% | 0.54% | - |
| HSV(B) | 351.85º | 0.74% | 0.86% | - |
| XYZ | 32.09 | 18.55 | 9.29 | - |
| YUV | 107.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 79 | 0 | 0.74 | 0.64 | 0.14 | 351.85 | 0.69 | 0.54 |
| Hex | DB | 39 | 4F | 0 | 4A | 40 | E | 160 | 45 | 36 |
| Octal | 333 | 71 | 117 | 0 | 112 | 100 | 16 | 540 | 105 | 66 |
| Binary | 11011011 | 111001 | 1001111 | 0 | 1001010 | 1000000 | 1110 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DB394F
Complementary color
Monochromatic Colors of #DB394F
Black with #DB394F
Text Example
Text Example
White with #DB394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB394F; }
p { color: rgb(219,57,79); }
H1.HeaderClassName
{
color: #DB394F;
}
.AnyTagClassName
{
color: #DB394F;
}
</style>
background-color css
<style>
a { background-color: #DB394F; }
a { background-color: rgb(219,57,79); }
div.DivClassName
{
background-color: #DB394F;
}
.BgClassName
{
background-color: #DB394F;
}
</style>
border-color css
<style>
span { border-color: #DB394F; }
span { border-color: rgb(219,57,79); }
td.TdClassName
{
border-color: #DB394F;
}
.TagClassName
{
border-color: #DB394F;
}
</style>