Shades of Amaranth #DA354C
Tints of Amaranth #DA354C
RGB
CMYK
RGB Variations
Color information
#DA354C (or 0xDA354C) is known color: Amaranth. HEX triplet: DA, 35 and 4C. RGB value is (218,53,76). Sum of RGB (Red+Green+Blue) = 218+53+76=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA354C is #25CAB3. Grayscale: #696969. Windows color (decimal): -2476724 or 4994522. OLE color: 4994522.
HSL color Cylindrical-coordinate representation of color #DA354C: hue angle of 351.64º 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 #DA354C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.64º | 0.69% | 0.53% | - |
| HSV(B) | 351.64º | 0.76% | 0.85% | - |
| XYZ | 31.49 | 17.97 | 8.65 | - |
| YUV | 104.96 | 111.66 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 76 | 0 | 0.76 | 0.65 | 0.15 | 351.64 | 0.69 | 0.53 |
| Hex | DA | 35 | 4C | 0 | 4C | 41 | F | 160 | 45 | 35 |
| Octal | 332 | 65 | 114 | 0 | 114 | 101 | 17 | 540 | 105 | 65 |
| Binary | 11011010 | 110101 | 1001100 | 0 | 1001100 | 1000001 | 1111 | 101100000 | 1000101 | 110101 |
Color Harmonies of #DA354C
Complementary color
Monochromatic Colors of #DA354C
Black with #DA354C
Text Example
Text Example
White with #DA354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA354C; }
p { color: rgb(218,53,76); }
H1.HeaderClassName
{
color: #DA354C;
}
.AnyTagClassName
{
color: #DA354C;
}
</style>
background-color css
<style>
a { background-color: #DA354C; }
a { background-color: rgb(218,53,76); }
div.DivClassName
{
background-color: #DA354C;
}
.BgClassName
{
background-color: #DA354C;
}
</style>
border-color css
<style>
span { border-color: #DA354C; }
span { border-color: rgb(218,53,76); }
td.TdClassName
{
border-color: #DA354C;
}
.TagClassName
{
border-color: #DA354C;
}
</style>