Shades of Amaranth #DB224B
Tints of Amaranth #DB224B
RGB
CMYK
RGB Variations
Color information
#DB224B (or 0xDB224B) is known color: Amaranth. HEX triplet: DB, 22 and 4B. RGB value is (219,34,75). Sum of RGB (Red+Green+Blue) = 219+34+75=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB224B is #24DDB4. Grayscale: #5E5E5E. Windows color (decimal): -2416053 or 4924123. OLE color: 4924123.
HSL color Cylindrical-coordinate representation of color #DB224B: hue angle of 346.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB224B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 75 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.14 |
| HSL | 346.7º | 0.73% | 0.5% | - |
| HSV(B) | 346.7º | 0.84% | 0.86% | - |
| XYZ | 31.06 | 16.71 | 8.25 | - |
| YUV | 93.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 75 | 0 | 0.84 | 0.66 | 0.14 | 346.7 | 0.73 | 0.5 |
| Hex | DB | 22 | 4B | 0 | 54 | 42 | E | 15B | 49 | 32 |
| Octal | 333 | 42 | 113 | 0 | 124 | 102 | 16 | 533 | 111 | 62 |
| Binary | 11011011 | 100010 | 1001011 | 0 | 1010100 | 1000010 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DB224B
Complementary color
Monochromatic Colors of #DB224B
Black with #DB224B
Text Example
Text Example
White with #DB224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB224B; }
p { color: rgb(219,34,75); }
H1.HeaderClassName
{
color: #DB224B;
}
.AnyTagClassName
{
color: #DB224B;
}
</style>
background-color css
<style>
a { background-color: #DB224B; }
a { background-color: rgb(219,34,75); }
div.DivClassName
{
background-color: #DB224B;
}
.BgClassName
{
background-color: #DB224B;
}
</style>
border-color css
<style>
span { border-color: #DB224B; }
span { border-color: rgb(219,34,75); }
td.TdClassName
{
border-color: #DB224B;
}
.TagClassName
{
border-color: #DB224B;
}
</style>