Shades of Amaranth #DB264D
Tints of Amaranth #DB264D
RGB
CMYK
RGB Variations
Color information
#DB264D (or 0xDB264D) is known color: Amaranth. HEX triplet: DB, 26 and 4D. RGB value is (219,38,77). Sum of RGB (Red+Green+Blue) = 219+38+77=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB264D is #24D9B2. Grayscale: #606060. Windows color (decimal): -2415027 or 5056219. OLE color: 5056219.
HSL color Cylindrical-coordinate representation of color #DB264D: hue angle of 347.07º 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 #DB264D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.14 |
| HSL | 347.07º | 0.72% | 0.5% | - |
| HSV(B) | 347.07º | 0.83% | 0.86% | - |
| XYZ | 31.25 | 16.98 | 8.65 | - |
| YUV | 96.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 77 | 0 | 0.83 | 0.65 | 0.14 | 347.07 | 0.72 | 0.5 |
| Hex | DB | 26 | 4D | 0 | 53 | 41 | E | 15B | 48 | 32 |
| Octal | 333 | 46 | 115 | 0 | 123 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100110 | 1001101 | 0 | 1010011 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB264D
Complementary color
Monochromatic Colors of #DB264D
Black with #DB264D
Text Example
Text Example
White with #DB264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB264D; }
p { color: rgb(219,38,77); }
H1.HeaderClassName
{
color: #DB264D;
}
.AnyTagClassName
{
color: #DB264D;
}
</style>
background-color css
<style>
a { background-color: #DB264D; }
a { background-color: rgb(219,38,77); }
div.DivClassName
{
background-color: #DB264D;
}
.BgClassName
{
background-color: #DB264D;
}
</style>
border-color css
<style>
span { border-color: #DB264D; }
span { border-color: rgb(219,38,77); }
td.TdClassName
{
border-color: #DB264D;
}
.TagClassName
{
border-color: #DB264D;
}
</style>