Shades of Amaranth #DB2652
Tints of Amaranth #DB2652
RGB
CMYK
RGB Variations
Color information
#DB2652 (or 0xDB2652) is known color: Amaranth. HEX triplet: DB, 26 and 52. RGB value is (219,38,82). Sum of RGB (Red+Green+Blue) = 219+38+82=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2652 is #24D9AD. Grayscale: #616161. Windows color (decimal): -2415022 or 5383899. OLE color: 5383899.
HSL color Cylindrical-coordinate representation of color #DB2652: hue angle of 345.41º 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 #DB2652 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 82 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.14 |
| HSL | 345.41º | 0.72% | 0.5% | - |
| HSV(B) | 345.41º | 0.83% | 0.86% | - |
| XYZ | 31.43 | 17.06 | 9.62 | - |
| YUV | 97.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 82 | 0 | 0.83 | 0.63 | 0.14 | 345.41 | 0.72 | 0.5 |
| Hex | DB | 26 | 52 | 0 | 53 | 3F | E | 159 | 48 | 32 |
| Octal | 333 | 46 | 122 | 0 | 123 | 77 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010010 | 0 | 1010011 | 111111 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2652
Complementary color
Monochromatic Colors of #DB2652
Black with #DB2652
Text Example
Text Example
White with #DB2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2652; }
p { color: rgb(219,38,82); }
H1.HeaderClassName
{
color: #DB2652;
}
.AnyTagClassName
{
color: #DB2652;
}
</style>
background-color css
<style>
a { background-color: #DB2652; }
a { background-color: rgb(219,38,82); }
div.DivClassName
{
background-color: #DB2652;
}
.BgClassName
{
background-color: #DB2652;
}
</style>
border-color css
<style>
span { border-color: #DB2652; }
span { border-color: rgb(219,38,82); }
td.TdClassName
{
border-color: #DB2652;
}
.TagClassName
{
border-color: #DB2652;
}
</style>