Shades of Amaranth #DB244F
Tints of Amaranth #DB244F
RGB
CMYK
RGB Variations
Color information
#DB244F (or 0xDB244F) is known color: Amaranth. HEX triplet: DB, 24 and 4F. RGB value is (219,36,79). Sum of RGB (Red+Green+Blue) = 219+36+79=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB244F is #24DBB0. Grayscale: #5F5F5F. Windows color (decimal): -2415537 or 5186779. OLE color: 5186779.
HSL color Cylindrical-coordinate representation of color #DB244F: hue angle of 345.9º 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 #DB244F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 79 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.14 |
| HSL | 345.9º | 0.72% | 0.5% | - |
| HSV(B) | 345.9º | 0.84% | 0.86% | - |
| XYZ | 31.26 | 16.89 | 9.01 | - |
| YUV | 95.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 79 | 0 | 0.84 | 0.64 | 0.14 | 345.9 | 0.72 | 0.5 |
| Hex | DB | 24 | 4F | 0 | 54 | 40 | E | 15A | 48 | 32 |
| Octal | 333 | 44 | 117 | 0 | 124 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011011 | 100100 | 1001111 | 0 | 1010100 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DB244F
Complementary color
Monochromatic Colors of #DB244F
Black with #DB244F
Text Example
Text Example
White with #DB244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB244F; }
p { color: rgb(219,36,79); }
H1.HeaderClassName
{
color: #DB244F;
}
.AnyTagClassName
{
color: #DB244F;
}
</style>
background-color css
<style>
a { background-color: #DB244F; }
a { background-color: rgb(219,36,79); }
div.DivClassName
{
background-color: #DB244F;
}
.BgClassName
{
background-color: #DB244F;
}
</style>
border-color css
<style>
span { border-color: #DB244F; }
span { border-color: rgb(219,36,79); }
td.TdClassName
{
border-color: #DB244F;
}
.TagClassName
{
border-color: #DB244F;
}
</style>