Shades of Amaranth #DB414A
Tints of Amaranth #DB414A
RGB
CMYK
RGB Variations
Color information
#DB414A (or 0xDB414A) is known color: Amaranth. HEX triplet: DB, 41 and 4A. RGB value is (219,65,74). Sum of RGB (Red+Green+Blue) = 219+65+74=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB414A is #24BEB5. Grayscale: #707070. Windows color (decimal): -2408118 or 4866523. OLE color: 4866523.
HSL color Cylindrical-coordinate representation of color #DB414A: hue angle of 356.49º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB414A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 74 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.14 |
| HSL | 356.49º | 0.68% | 0.56% | - |
| HSV(B) | 356.49º | 0.7% | 0.86% | - |
| XYZ | 32.34 | 19.34 | 8.51 | - |
| YUV | 112.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 74 | 0 | 0.70 | 0.66 | 0.14 | 356.49 | 0.68 | 0.56 |
| Hex | DB | 41 | 4A | 0 | 46 | 42 | E | 164 | 44 | 38 |
| Octal | 333 | 101 | 112 | 0 | 106 | 102 | 16 | 544 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1001010 | 0 | 1000110 | 1000010 | 1110 | 101100100 | 1000100 | 111000 |
Color Harmonies of #DB414A
Complementary color
Monochromatic Colors of #DB414A
Black with #DB414A
Text Example
Text Example
White with #DB414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB414A; }
p { color: rgb(219,65,74); }
H1.HeaderClassName
{
color: #DB414A;
}
.AnyTagClassName
{
color: #DB414A;
}
</style>
background-color css
<style>
a { background-color: #DB414A; }
a { background-color: rgb(219,65,74); }
div.DivClassName
{
background-color: #DB414A;
}
.BgClassName
{
background-color: #DB414A;
}
</style>
border-color css
<style>
span { border-color: #DB414A; }
span { border-color: rgb(219,65,74); }
td.TdClassName
{
border-color: #DB414A;
}
.TagClassName
{
border-color: #DB414A;
}
</style>