Shades of Amaranth #DB254A
Tints of Amaranth #DB254A
RGB
CMYK
RGB Variations
Color information
#DB254A (or 0xDB254A) is known color: Amaranth. HEX triplet: DB, 25 and 4A. RGB value is (219,37,74). Sum of RGB (Red+Green+Blue) = 219+37+74=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB254A is #24DAB5. Grayscale: #5F5F5F. Windows color (decimal): -2415286 or 4859355. OLE color: 4859355.
HSL color Cylindrical-coordinate representation of color #DB254A: hue angle of 347.8º 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 #DB254A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 74 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.14 |
| HSL | 347.8º | 0.72% | 0.5% | - |
| HSV(B) | 347.8º | 0.83% | 0.86% | - |
| XYZ | 31.11 | 16.88 | 8.1 | - |
| YUV | 95.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 74 | 0 | 0.83 | 0.66 | 0.14 | 347.8 | 0.72 | 0.5 |
| Hex | DB | 25 | 4A | 0 | 53 | 42 | E | 15C | 48 | 32 |
| Octal | 333 | 45 | 112 | 0 | 123 | 102 | 16 | 534 | 110 | 62 |
| Binary | 11011011 | 100101 | 1001010 | 0 | 1010011 | 1000010 | 1110 | 101011100 | 1001000 | 110010 |
Color Harmonies of #DB254A
Complementary color
Monochromatic Colors of #DB254A
Black with #DB254A
Text Example
Text Example
White with #DB254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB254A; }
p { color: rgb(219,37,74); }
H1.HeaderClassName
{
color: #DB254A;
}
.AnyTagClassName
{
color: #DB254A;
}
</style>
background-color css
<style>
a { background-color: #DB254A; }
a { background-color: rgb(219,37,74); }
div.DivClassName
{
background-color: #DB254A;
}
.BgClassName
{
background-color: #DB254A;
}
</style>
border-color css
<style>
span { border-color: #DB254A; }
span { border-color: rgb(219,37,74); }
td.TdClassName
{
border-color: #DB254A;
}
.TagClassName
{
border-color: #DB254A;
}
</style>