Shades of Amaranth #DA344A
Tints of Amaranth #DA344A
RGB
CMYK
RGB Variations
Color information
#DA344A (or 0xDA344A) is known color: Amaranth. HEX triplet: DA, 34 and 4A. RGB value is (218,52,74). Sum of RGB (Red+Green+Blue) = 218+52+74=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA344A is #25CBB5. Grayscale: #686868. Windows color (decimal): -2476982 or 4863194. OLE color: 4863194.
HSL color Cylindrical-coordinate representation of color #DA344A: hue angle of 352.05º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA344A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 74 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.15 |
| HSL | 352.05º | 0.69% | 0.53% | - |
| HSV(B) | 352.05º | 0.76% | 0.85% | - |
| XYZ | 31.38 | 17.86 | 8.27 | - |
| YUV | 104.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 74 | 0 | 0.76 | 0.66 | 0.15 | 352.05 | 0.69 | 0.53 |
| Hex | DA | 34 | 4A | 0 | 4C | 42 | F | 160 | 45 | 35 |
| Octal | 332 | 64 | 112 | 0 | 114 | 102 | 17 | 540 | 105 | 65 |
| Binary | 11011010 | 110100 | 1001010 | 0 | 1001100 | 1000010 | 1111 | 101100000 | 1000101 | 110101 |
Color Harmonies of #DA344A
Complementary color
Monochromatic Colors of #DA344A
Black with #DA344A
Text Example
Text Example
White with #DA344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA344A; }
p { color: rgb(218,52,74); }
H1.HeaderClassName
{
color: #DA344A;
}
.AnyTagClassName
{
color: #DA344A;
}
</style>
background-color css
<style>
a { background-color: #DA344A; }
a { background-color: rgb(218,52,74); }
div.DivClassName
{
background-color: #DA344A;
}
.BgClassName
{
background-color: #DA344A;
}
</style>
border-color css
<style>
span { border-color: #DA344A; }
span { border-color: rgb(218,52,74); }
td.TdClassName
{
border-color: #DA344A;
}
.TagClassName
{
border-color: #DA344A;
}
</style>