Shades of Amaranth #DB214B
Tints of Amaranth #DB214B
RGB
CMYK
RGB Variations
Color information
#DB214B (or 0xDB214B) is known color: Amaranth. HEX triplet: DB, 21 and 4B. RGB value is (219,33,75). Sum of RGB (Red+Green+Blue) = 219+33+75=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB214B is #24DEB4. Grayscale: #5D5D5D. Windows color (decimal): -2416309 or 4923867. OLE color: 4923867.
HSL color Cylindrical-coordinate representation of color #DB214B: hue angle of 346.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB214B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 75 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.14 |
| HSL | 346.45º | 0.74% | 0.49% | - |
| HSV(B) | 346.45º | 0.85% | 0.86% | - |
| XYZ | 31.03 | 16.66 | 8.24 | - |
| YUV | 93.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 75 | 0 | 0.85 | 0.66 | 0.14 | 346.45 | 0.74 | 0.49 |
| Hex | DB | 21 | 4B | 0 | 55 | 42 | E | 15A | 4A | 31 |
| Octal | 333 | 41 | 113 | 0 | 125 | 102 | 16 | 532 | 112 | 61 |
| Binary | 11011011 | 100001 | 1001011 | 0 | 1010101 | 1000010 | 1110 | 101011010 | 1001010 | 110001 |
Color Harmonies of #DB214B
Complementary color
Monochromatic Colors of #DB214B
Black with #DB214B
Text Example
Text Example
White with #DB214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB214B; }
p { color: rgb(219,33,75); }
H1.HeaderClassName
{
color: #DB214B;
}
.AnyTagClassName
{
color: #DB214B;
}
</style>
background-color css
<style>
a { background-color: #DB214B; }
a { background-color: rgb(219,33,75); }
div.DivClassName
{
background-color: #DB214B;
}
.BgClassName
{
background-color: #DB214B;
}
</style>
border-color css
<style>
span { border-color: #DB214B; }
span { border-color: rgb(219,33,75); }
td.TdClassName
{
border-color: #DB214B;
}
.TagClassName
{
border-color: #DB214B;
}
</style>