Shades of Amaranth #DA3454
Tints of Amaranth #DA3454
RGB
CMYK
RGB Variations
Color information
#DA3454 (or 0xDA3454) is known color: Amaranth. HEX triplet: DA, 34 and 54. RGB value is (218,52,84). Sum of RGB (Red+Green+Blue) = 218+52+84=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3454 is #25CBAB. Grayscale: #696969. Windows color (decimal): -2476972 or 5518554. OLE color: 5518554.
HSL color Cylindrical-coordinate representation of color #DA3454: hue angle of 348.43º 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 #DA3454 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.43º | 0.69% | 0.53% | - |
| HSV(B) | 348.43º | 0.76% | 0.85% | - |
| XYZ | 31.74 | 18 | 10.19 | - |
| YUV | 105.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348.43 | 0.69 | 0.53 |
| Hex | DA | 34 | 54 | 0 | 4C | 3D | F | 15C | 45 | 35 |
| Octal | 332 | 64 | 124 | 0 | 114 | 75 | 17 | 534 | 105 | 65 |
| Binary | 11011010 | 110100 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #DA3454
Complementary color
Monochromatic Colors of #DA3454
Black with #DA3454
Text Example
Text Example
White with #DA3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3454; }
p { color: rgb(218,52,84); }
H1.HeaderClassName
{
color: #DA3454;
}
.AnyTagClassName
{
color: #DA3454;
}
</style>
background-color css
<style>
a { background-color: #DA3454; }
a { background-color: rgb(218,52,84); }
div.DivClassName
{
background-color: #DA3454;
}
.BgClassName
{
background-color: #DA3454;
}
</style>
border-color css
<style>
span { border-color: #DA3454; }
span { border-color: rgb(218,52,84); }
td.TdClassName
{
border-color: #DA3454;
}
.TagClassName
{
border-color: #DA3454;
}
</style>