Shades of Amaranth #DB2551
Tints of Amaranth #DB2551
RGB
CMYK
RGB Variations
Color information
#DB2551 (or 0xDB2551) is known color: Amaranth. HEX triplet: DB, 25 and 51. RGB value is (219,37,81). Sum of RGB (Red+Green+Blue) = 219+37+81=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2551 is #24DAAE. Grayscale: #606060. Windows color (decimal): -2415279 or 5318107. OLE color: 5318107.
HSL color Cylindrical-coordinate representation of color #DB2551: hue angle of 345.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2551 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 81 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.14 |
| HSL | 345.49º | 0.72% | 0.5% | - |
| HSV(B) | 345.49º | 0.83% | 0.86% | - |
| XYZ | 31.36 | 16.98 | 9.41 | - |
| YUV | 96.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 81 | 0 | 0.83 | 0.63 | 0.14 | 345.49 | 0.72 | 0.5 |
| Hex | DB | 25 | 51 | 0 | 53 | 3F | E | 159 | 48 | 32 |
| Octal | 333 | 45 | 121 | 0 | 123 | 77 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100101 | 1010001 | 0 | 1010011 | 111111 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2551
Complementary color
Monochromatic Colors of #DB2551
Black with #DB2551
Text Example
Text Example
White with #DB2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2551; }
p { color: rgb(219,37,81); }
H1.HeaderClassName
{
color: #DB2551;
}
.AnyTagClassName
{
color: #DB2551;
}
</style>
background-color css
<style>
a { background-color: #DB2551; }
a { background-color: rgb(219,37,81); }
div.DivClassName
{
background-color: #DB2551;
}
.BgClassName
{
background-color: #DB2551;
}
</style>
border-color css
<style>
span { border-color: #DB2551; }
span { border-color: rgb(219,37,81); }
td.TdClassName
{
border-color: #DB2551;
}
.TagClassName
{
border-color: #DB2551;
}
</style>