Shades of Amaranth #DB254F
Tints of Amaranth #DB254F
RGB
CMYK
RGB Variations
Color information
#DB254F (or 0xDB254F) is known color: Amaranth. HEX triplet: DB, 25 and 4F. RGB value is (219,37,79). Sum of RGB (Red+Green+Blue) = 219+37+79=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB254F is #24DAB0. Grayscale: #606060. Windows color (decimal): -2415281 or 5187035. OLE color: 5187035.
HSL color Cylindrical-coordinate representation of color #DB254F: hue angle of 346.15º 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 #DB254F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.14 |
| HSL | 346.15º | 0.72% | 0.5% | - |
| HSV(B) | 346.15º | 0.83% | 0.86% | - |
| XYZ | 31.29 | 16.95 | 9.02 | - |
| YUV | 96.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 79 | 0 | 0.83 | 0.64 | 0.14 | 346.15 | 0.72 | 0.5 |
| Hex | DB | 25 | 4F | 0 | 53 | 40 | E | 15A | 48 | 32 |
| Octal | 333 | 45 | 117 | 0 | 123 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011011 | 100101 | 1001111 | 0 | 1010011 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DB254F
Complementary color
Monochromatic Colors of #DB254F
Black with #DB254F
Text Example
Text Example
White with #DB254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB254F; }
p { color: rgb(219,37,79); }
H1.HeaderClassName
{
color: #DB254F;
}
.AnyTagClassName
{
color: #DB254F;
}
</style>
background-color css
<style>
a { background-color: #DB254F; }
a { background-color: rgb(219,37,79); }
div.DivClassName
{
background-color: #DB254F;
}
.BgClassName
{
background-color: #DB254F;
}
</style>
border-color css
<style>
span { border-color: #DB254F; }
span { border-color: rgb(219,37,79); }
td.TdClassName
{
border-color: #DB254F;
}
.TagClassName
{
border-color: #DB254F;
}
</style>