Shades of Amaranth #DA314C
Tints of Amaranth #DA314C
RGB
CMYK
RGB Variations
Color information
#DA314C (or 0xDA314C) is known color: Amaranth. HEX triplet: DA, 31 and 4C. RGB value is (218,49,76). Sum of RGB (Red+Green+Blue) = 218+49+76=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA314C is #25CEB3. Grayscale: #666666. Windows color (decimal): -2477748 or 4993498. OLE color: 4993498.
HSL color Cylindrical-coordinate representation of color #DA314C: hue angle of 350.41º 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 #DA314C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 76 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.15 |
| HSL | 350.41º | 0.7% | 0.52% | - |
| HSV(B) | 350.41º | 0.78% | 0.85% | - |
| XYZ | 31.32 | 17.62 | 8.59 | - |
| YUV | 102.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 76 | 0 | 0.78 | 0.65 | 0.15 | 350.41 | 0.7 | 0.52 |
| Hex | DA | 31 | 4C | 0 | 4E | 41 | F | 15E | 46 | 34 |
| Octal | 332 | 61 | 114 | 0 | 116 | 101 | 17 | 536 | 106 | 64 |
| Binary | 11011010 | 110001 | 1001100 | 0 | 1001110 | 1000001 | 1111 | 101011110 | 1000110 | 110100 |
Color Harmonies of #DA314C
Complementary color
Monochromatic Colors of #DA314C
Black with #DA314C
Text Example
Text Example
White with #DA314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA314C; }
p { color: rgb(218,49,76); }
H1.HeaderClassName
{
color: #DA314C;
}
.AnyTagClassName
{
color: #DA314C;
}
</style>
background-color css
<style>
a { background-color: #DA314C; }
a { background-color: rgb(218,49,76); }
div.DivClassName
{
background-color: #DA314C;
}
.BgClassName
{
background-color: #DA314C;
}
</style>
border-color css
<style>
span { border-color: #DA314C; }
span { border-color: rgb(218,49,76); }
td.TdClassName
{
border-color: #DA314C;
}
.TagClassName
{
border-color: #DA314C;
}
</style>