Shades of Amaranth #DB254D
Tints of Amaranth #DB254D
RGB
CMYK
RGB Variations
Color information
#DB254D (or 0xDB254D) is known color: Amaranth. HEX triplet: DB, 25 and 4D. RGB value is (219,37,77). Sum of RGB (Red+Green+Blue) = 219+37+77=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB254D is #24DAB2. Grayscale: #606060. Windows color (decimal): -2415283 or 5055963. OLE color: 5055963.
HSL color Cylindrical-coordinate representation of color #DB254D: hue angle of 346.81º 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 #DB254D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.14 |
| HSL | 346.81º | 0.72% | 0.5% | - |
| HSV(B) | 346.81º | 0.83% | 0.86% | - |
| XYZ | 31.21 | 16.92 | 8.64 | - |
| YUV | 95.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 77 | 0 | 0.83 | 0.65 | 0.14 | 346.81 | 0.72 | 0.5 |
| Hex | DB | 25 | 4D | 0 | 53 | 41 | E | 15B | 48 | 32 |
| Octal | 333 | 45 | 115 | 0 | 123 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100101 | 1001101 | 0 | 1010011 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB254D
Complementary color
Monochromatic Colors of #DB254D
Black with #DB254D
Text Example
Text Example
White with #DB254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB254D; }
p { color: rgb(219,37,77); }
H1.HeaderClassName
{
color: #DB254D;
}
.AnyTagClassName
{
color: #DB254D;
}
</style>
background-color css
<style>
a { background-color: #DB254D; }
a { background-color: rgb(219,37,77); }
div.DivClassName
{
background-color: #DB254D;
}
.BgClassName
{
background-color: #DB254D;
}
</style>
border-color css
<style>
span { border-color: #DB254D; }
span { border-color: rgb(219,37,77); }
td.TdClassName
{
border-color: #DB254D;
}
.TagClassName
{
border-color: #DB254D;
}
</style>