Shades of Amaranth #DA3450
Tints of Amaranth #DA3450
RGB
CMYK
RGB Variations
Color information
#DA3450 (or 0xDA3450) is known color: Amaranth. HEX triplet: DA, 34 and 50. RGB value is (218,52,80). Sum of RGB (Red+Green+Blue) = 218+52+80=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3450 is #25CBAF. Grayscale: #686868. Windows color (decimal): -2476976 or 5256410. OLE color: 5256410.
HSL color Cylindrical-coordinate representation of color #DA3450: hue angle of 349.88º 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 #DA3450 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 80 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.15 |
| HSL | 349.88º | 0.69% | 0.53% | - |
| HSV(B) | 349.88º | 0.76% | 0.85% | - |
| XYZ | 31.59 | 17.94 | 9.39 | - |
| YUV | 104.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 80 | 0 | 0.76 | 0.63 | 0.15 | 349.88 | 0.69 | 0.53 |
| Hex | DA | 34 | 50 | 0 | 4C | 3F | F | 15E | 45 | 35 |
| Octal | 332 | 64 | 120 | 0 | 114 | 77 | 17 | 536 | 105 | 65 |
| Binary | 11011010 | 110100 | 1010000 | 0 | 1001100 | 111111 | 1111 | 101011110 | 1000101 | 110101 |
Color Harmonies of #DA3450
Complementary color
Monochromatic Colors of #DA3450
Black with #DA3450
Text Example
Text Example
White with #DA3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3450; }
p { color: rgb(218,52,80); }
H1.HeaderClassName
{
color: #DA3450;
}
.AnyTagClassName
{
color: #DA3450;
}
</style>
background-color css
<style>
a { background-color: #DA3450; }
a { background-color: rgb(218,52,80); }
div.DivClassName
{
background-color: #DA3450;
}
.BgClassName
{
background-color: #DA3450;
}
</style>
border-color css
<style>
span { border-color: #DA3450; }
span { border-color: rgb(218,52,80); }
td.TdClassName
{
border-color: #DA3450;
}
.TagClassName
{
border-color: #DA3450;
}
</style>