Shades of Amaranth #DA394A
Tints of Amaranth #DA394A
RGB
CMYK
RGB Variations
Color information
#DA394A (or 0xDA394A) is known color: Amaranth. HEX triplet: DA, 39 and 4A. RGB value is (218,57,74). Sum of RGB (Red+Green+Blue) = 218+57+74=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA394A is #25C6B5. Grayscale: #6B6B6B. Windows color (decimal): -2475702 or 4864474. OLE color: 4864474.
HSL color Cylindrical-coordinate representation of color #DA394A: hue angle of 353.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA394A is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.15 |
| HSL | 353.66º | 0.69% | 0.54% | - |
| HSV(B) | 353.66º | 0.74% | 0.85% | - |
| XYZ | 31.61 | 18.33 | 8.35 | - |
| YUV | 107.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 74 | 0 | 0.74 | 0.66 | 0.15 | 353.66 | 0.69 | 0.54 |
| Hex | DA | 39 | 4A | 0 | 4A | 42 | F | 162 | 45 | 36 |
| Octal | 332 | 71 | 112 | 0 | 112 | 102 | 17 | 542 | 105 | 66 |
| Binary | 11011010 | 111001 | 1001010 | 0 | 1001010 | 1000010 | 1111 | 101100010 | 1000101 | 110110 |
Color Harmonies of #DA394A
Complementary color
Monochromatic Colors of #DA394A
Black with #DA394A
Text Example
Text Example
White with #DA394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA394A; }
p { color: rgb(218,57,74); }
H1.HeaderClassName
{
color: #DA394A;
}
.AnyTagClassName
{
color: #DA394A;
}
</style>
background-color css
<style>
a { background-color: #DA394A; }
a { background-color: rgb(218,57,74); }
div.DivClassName
{
background-color: #DA394A;
}
.BgClassName
{
background-color: #DA394A;
}
</style>
border-color css
<style>
span { border-color: #DA394A; }
span { border-color: rgb(218,57,74); }
td.TdClassName
{
border-color: #DA394A;
}
.TagClassName
{
border-color: #DA394A;
}
</style>