Shades of Amaranth #DB264F
Tints of Amaranth #DB264F
RGB
CMYK
RGB Variations
Color information
#DB264F (or 0xDB264F) is known color: Amaranth. HEX triplet: DB, 26 and 4F. RGB value is (219,38,79). Sum of RGB (Red+Green+Blue) = 219+38+79=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB264F is #24D9B0. Grayscale: #606060. Windows color (decimal): -2415025 or 5187291. OLE color: 5187291.
HSL color Cylindrical-coordinate representation of color #DB264F: hue angle of 346.41º 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 #DB264F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.14 |
| HSL | 346.41º | 0.72% | 0.5% | - |
| HSV(B) | 346.41º | 0.83% | 0.86% | - |
| XYZ | 31.32 | 17.01 | 9.03 | - |
| YUV | 96.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 79 | 0 | 0.83 | 0.64 | 0.14 | 346.41 | 0.72 | 0.5 |
| Hex | DB | 26 | 4F | 0 | 53 | 40 | E | 15A | 48 | 32 |
| Octal | 333 | 46 | 117 | 0 | 123 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011011 | 100110 | 1001111 | 0 | 1010011 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DB264F
Complementary color
Monochromatic Colors of #DB264F
Black with #DB264F
Text Example
Text Example
White with #DB264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB264F; }
p { color: rgb(219,38,79); }
H1.HeaderClassName
{
color: #DB264F;
}
.AnyTagClassName
{
color: #DB264F;
}
</style>
background-color css
<style>
a { background-color: #DB264F; }
a { background-color: rgb(219,38,79); }
div.DivClassName
{
background-color: #DB264F;
}
.BgClassName
{
background-color: #DB264F;
}
</style>
border-color css
<style>
span { border-color: #DB264F; }
span { border-color: rgb(219,38,79); }
td.TdClassName
{
border-color: #DB264F;
}
.TagClassName
{
border-color: #DB264F;
}
</style>