Shades of Amaranth #DB234E
Tints of Amaranth #DB234E
RGB
CMYK
RGB Variations
Color information
#DB234E (or 0xDB234E) is known color: Amaranth. HEX triplet: DB, 23 and 4E. RGB value is (219,35,78). Sum of RGB (Red+Green+Blue) = 219+35+78=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB234E is #24DCB1. Grayscale: #5E5E5E. Windows color (decimal): -2415794 or 5120987. OLE color: 5120987.
HSL color Cylindrical-coordinate representation of color #DB234E: hue angle of 345.98º 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 #DB234E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 78 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.14 |
| HSL | 345.98º | 0.72% | 0.5% | - |
| HSV(B) | 345.98º | 0.84% | 0.86% | - |
| XYZ | 31.19 | 16.81 | 8.81 | - |
| YUV | 94.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 78 | 0 | 0.84 | 0.64 | 0.14 | 345.98 | 0.72 | 0.5 |
| Hex | DB | 23 | 4E | 0 | 54 | 40 | E | 15A | 48 | 32 |
| Octal | 333 | 43 | 116 | 0 | 124 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011011 | 100011 | 1001110 | 0 | 1010100 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DB234E
Complementary color
Monochromatic Colors of #DB234E
Black with #DB234E
Text Example
Text Example
White with #DB234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB234E; }
p { color: rgb(219,35,78); }
H1.HeaderClassName
{
color: #DB234E;
}
.AnyTagClassName
{
color: #DB234E;
}
</style>
background-color css
<style>
a { background-color: #DB234E; }
a { background-color: rgb(219,35,78); }
div.DivClassName
{
background-color: #DB234E;
}
.BgClassName
{
background-color: #DB234E;
}
</style>
border-color css
<style>
span { border-color: #DB234E; }
span { border-color: rgb(219,35,78); }
td.TdClassName
{
border-color: #DB234E;
}
.TagClassName
{
border-color: #DB234E;
}
</style>