Shades of Amaranth #DB2552
Tints of Amaranth #DB2552
RGB
CMYK
RGB Variations
Color information
#DB2552 (or 0xDB2552) is known color: Amaranth. HEX triplet: DB, 25 and 52. RGB value is (219,37,82). Sum of RGB (Red+Green+Blue) = 219+37+82=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2552 is #24DAAD. Grayscale: #606060. Windows color (decimal): -2415278 or 5383643. OLE color: 5383643.
HSL color Cylindrical-coordinate representation of color #DB2552: hue angle of 345.16º 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 #DB2552 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 82 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.14 |
| HSL | 345.16º | 0.72% | 0.5% | - |
| HSV(B) | 345.16º | 0.83% | 0.86% | - |
| XYZ | 31.4 | 16.99 | 9.61 | - |
| YUV | 96.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 82 | 0 | 0.83 | 0.63 | 0.14 | 345.16 | 0.72 | 0.5 |
| Hex | DB | 25 | 52 | 0 | 53 | 3F | E | 159 | 48 | 32 |
| Octal | 333 | 45 | 122 | 0 | 123 | 77 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100101 | 1010010 | 0 | 1010011 | 111111 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2552
Complementary color
Monochromatic Colors of #DB2552
Black with #DB2552
Text Example
Text Example
White with #DB2552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2552; }
p { color: rgb(219,37,82); }
H1.HeaderClassName
{
color: #DB2552;
}
.AnyTagClassName
{
color: #DB2552;
}
</style>
background-color css
<style>
a { background-color: #DB2552; }
a { background-color: rgb(219,37,82); }
div.DivClassName
{
background-color: #DB2552;
}
.BgClassName
{
background-color: #DB2552;
}
</style>
border-color css
<style>
span { border-color: #DB2552; }
span { border-color: rgb(219,37,82); }
td.TdClassName
{
border-color: #DB2552;
}
.TagClassName
{
border-color: #DB2552;
}
</style>