Shades of Amaranth #DB2357
Tints of Amaranth #DB2357
RGB
CMYK
RGB Variations
Color information
#DB2357 (or 0xDB2357) is known color: Amaranth. HEX triplet: DB, 23 and 57. RGB value is (219,35,87). Sum of RGB (Red+Green+Blue) = 219+35+87=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2357 is #24DCA8. Grayscale: #5F5F5F. Windows color (decimal): -2415785 or 5710811. OLE color: 5710811.
HSL color Cylindrical-coordinate representation of color #DB2357: hue angle of 343.04º 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 #DB2357 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 87 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.14 |
| HSL | 343.04º | 0.72% | 0.5% | - |
| HSV(B) | 343.04º | 0.84% | 0.86% | - |
| XYZ | 31.53 | 16.95 | 10.63 | - |
| YUV | 95.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 87 | 0 | 0.84 | 0.60 | 0.14 | 343.04 | 0.72 | 0.5 |
| Hex | DB | 23 | 57 | 0 | 54 | 3C | E | 157 | 48 | 32 |
| Octal | 333 | 43 | 127 | 0 | 124 | 74 | 16 | 527 | 110 | 62 |
| Binary | 11011011 | 100011 | 1010111 | 0 | 1010100 | 111100 | 1110 | 101010111 | 1001000 | 110010 |
Color Harmonies of #DB2357
Complementary color
Monochromatic Colors of #DB2357
Black with #DB2357
Text Example
Text Example
White with #DB2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2357; }
p { color: rgb(219,35,87); }
H1.HeaderClassName
{
color: #DB2357;
}
.AnyTagClassName
{
color: #DB2357;
}
</style>
background-color css
<style>
a { background-color: #DB2357; }
a { background-color: rgb(219,35,87); }
div.DivClassName
{
background-color: #DB2357;
}
.BgClassName
{
background-color: #DB2357;
}
</style>
border-color css
<style>
span { border-color: #DB2357; }
span { border-color: rgb(219,35,87); }
td.TdClassName
{
border-color: #DB2357;
}
.TagClassName
{
border-color: #DB2357;
}
</style>