Shades of Amaranth #DB3255
Tints of Amaranth #DB3255
RGB
CMYK
RGB Variations
Color information
#DB3255 (or 0xDB3255) is known color: Amaranth. HEX triplet: DB, 32 and 55. RGB value is (219,50,85). Sum of RGB (Red+Green+Blue) = 219+50+85=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3255 is #24CDAA. Grayscale: #686868. Windows color (decimal): -2411947 or 5583579. OLE color: 5583579.
HSL color Cylindrical-coordinate representation of color #DB3255: hue angle of 347.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3255 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 85 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.14 |
| HSL | 347.57º | 0.7% | 0.53% | - |
| HSV(B) | 347.57º | 0.77% | 0.86% | - |
| XYZ | 31.99 | 18 | 10.38 | - |
| YUV | 104.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 85 | 0 | 0.77 | 0.61 | 0.14 | 347.57 | 0.7 | 0.53 |
| Hex | DB | 32 | 55 | 0 | 4D | 3D | E | 15C | 46 | 35 |
| Octal | 333 | 62 | 125 | 0 | 115 | 75 | 16 | 534 | 106 | 65 |
| Binary | 11011011 | 110010 | 1010101 | 0 | 1001101 | 111101 | 1110 | 101011100 | 1000110 | 110101 |
Color Harmonies of #DB3255
Complementary color
Monochromatic Colors of #DB3255
Black with #DB3255
Text Example
Text Example
White with #DB3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3255; }
p { color: rgb(219,50,85); }
H1.HeaderClassName
{
color: #DB3255;
}
.AnyTagClassName
{
color: #DB3255;
}
</style>
background-color css
<style>
a { background-color: #DB3255; }
a { background-color: rgb(219,50,85); }
div.DivClassName
{
background-color: #DB3255;
}
.BgClassName
{
background-color: #DB3255;
}
</style>
border-color css
<style>
span { border-color: #DB3255; }
span { border-color: rgb(219,50,85); }
td.TdClassName
{
border-color: #DB3255;
}
.TagClassName
{
border-color: #DB3255;
}
</style>