Shades of Amaranth #DA314A
Tints of Amaranth #DA314A
RGB
CMYK
RGB Variations
Color information
#DA314A (or 0xDA314A) is known color: Amaranth. HEX triplet: DA, 31 and 4A. RGB value is (218,49,74). Sum of RGB (Red+Green+Blue) = 218+49+74=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA314A is #25CEB5. Grayscale: #666666. Windows color (decimal): -2477750 or 4862426. OLE color: 4862426.
HSL color Cylindrical-coordinate representation of color #DA314A: hue angle of 351.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA314A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 74 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.15 |
| HSL | 351.12º | 0.7% | 0.52% | - |
| HSV(B) | 351.12º | 0.78% | 0.85% | - |
| XYZ | 31.25 | 17.6 | 8.23 | - |
| YUV | 102.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 74 | 0 | 0.78 | 0.66 | 0.15 | 351.12 | 0.7 | 0.52 |
| Hex | DA | 31 | 4A | 0 | 4E | 42 | F | 15F | 46 | 34 |
| Octal | 332 | 61 | 112 | 0 | 116 | 102 | 17 | 537 | 106 | 64 |
| Binary | 11011010 | 110001 | 1001010 | 0 | 1001110 | 1000010 | 1111 | 101011111 | 1000110 | 110100 |
Color Harmonies of #DA314A
Complementary color
Monochromatic Colors of #DA314A
Black with #DA314A
Text Example
Text Example
White with #DA314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA314A; }
p { color: rgb(218,49,74); }
H1.HeaderClassName
{
color: #DA314A;
}
.AnyTagClassName
{
color: #DA314A;
}
</style>
background-color css
<style>
a { background-color: #DA314A; }
a { background-color: rgb(218,49,74); }
div.DivClassName
{
background-color: #DA314A;
}
.BgClassName
{
background-color: #DA314A;
}
</style>
border-color css
<style>
span { border-color: #DA314A; }
span { border-color: rgb(218,49,74); }
td.TdClassName
{
border-color: #DA314A;
}
.TagClassName
{
border-color: #DA314A;
}
</style>