Shades of Amaranth #DB2351
Tints of Amaranth #DB2351
RGB
CMYK
RGB Variations
Color information
#DB2351 (or 0xDB2351) is known color: Amaranth. HEX triplet: DB, 23 and 51. RGB value is (219,35,81). Sum of RGB (Red+Green+Blue) = 219+35+81=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2351 is #24DCAE. Grayscale: #5F5F5F. Windows color (decimal): -2415791 or 5317595. OLE color: 5317595.
HSL color Cylindrical-coordinate representation of color #DB2351: hue angle of 345º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2351 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 81 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.14 |
| HSL | 345º | 0.72% | 0.5% | - |
| HSV(B) | 345º | 0.84% | 0.86% | - |
| XYZ | 31.3 | 16.86 | 9.39 | - |
| YUV | 95.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 81 | 0 | 0.84 | 0.63 | 0.14 | 345 | 0.72 | 0.5 |
| Hex | DB | 23 | 51 | 0 | 54 | 3F | E | 159 | 48 | 32 |
| Octal | 333 | 43 | 121 | 0 | 124 | 77 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100011 | 1010001 | 0 | 1010100 | 111111 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2351
Complementary color
Monochromatic Colors of #DB2351
Black with #DB2351
Text Example
Text Example
White with #DB2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2351; }
p { color: rgb(219,35,81); }
H1.HeaderClassName
{
color: #DB2351;
}
.AnyTagClassName
{
color: #DB2351;
}
</style>
background-color css
<style>
a { background-color: #DB2351; }
a { background-color: rgb(219,35,81); }
div.DivClassName
{
background-color: #DB2351;
}
.BgClassName
{
background-color: #DB2351;
}
</style>
border-color css
<style>
span { border-color: #DB2351; }
span { border-color: rgb(219,35,81); }
td.TdClassName
{
border-color: #DB2351;
}
.TagClassName
{
border-color: #DB2351;
}
</style>