Shades of Amaranth #DB314B
Tints of Amaranth #DB314B
RGB
CMYK
RGB Variations
Color information
#DB314B (or 0xDB314B) is known color: Amaranth. HEX triplet: DB, 31 and 4B. RGB value is (219,49,75). Sum of RGB (Red+Green+Blue) = 219+49+75=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB314B is #24CEB4. Grayscale: #666666. Windows color (decimal): -2412213 or 4927963. OLE color: 4927963.
HSL color Cylindrical-coordinate representation of color #DB314B: hue angle of 350.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB314B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 75 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.14 |
| HSL | 350.82º | 0.7% | 0.53% | - |
| HSV(B) | 350.82º | 0.78% | 0.86% | - |
| XYZ | 31.58 | 17.76 | 8.42 | - |
| YUV | 102.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 75 | 0 | 0.78 | 0.66 | 0.14 | 350.82 | 0.7 | 0.53 |
| Hex | DB | 31 | 4B | 0 | 4E | 42 | E | 15F | 46 | 35 |
| Octal | 333 | 61 | 113 | 0 | 116 | 102 | 16 | 537 | 106 | 65 |
| Binary | 11011011 | 110001 | 1001011 | 0 | 1001110 | 1000010 | 1110 | 101011111 | 1000110 | 110101 |
Color Harmonies of #DB314B
Complementary color
Monochromatic Colors of #DB314B
Black with #DB314B
Text Example
Text Example
White with #DB314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB314B; }
p { color: rgb(219,49,75); }
H1.HeaderClassName
{
color: #DB314B;
}
.AnyTagClassName
{
color: #DB314B;
}
</style>
background-color css
<style>
a { background-color: #DB314B; }
a { background-color: rgb(219,49,75); }
div.DivClassName
{
background-color: #DB314B;
}
.BgClassName
{
background-color: #DB314B;
}
</style>
border-color css
<style>
span { border-color: #DB314B; }
span { border-color: rgb(219,49,75); }
td.TdClassName
{
border-color: #DB314B;
}
.TagClassName
{
border-color: #DB314B;
}
</style>