Shades of Amaranth #DA3455
Tints of Amaranth #DA3455
RGB
CMYK
RGB Variations
Color information
#DA3455 (or 0xDA3455) is known color: Amaranth. HEX triplet: DA, 34 and 55. RGB value is (218,52,85). Sum of RGB (Red+Green+Blue) = 218+52+85=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3455 is #25CBAA. Grayscale: #696969. Windows color (decimal): -2476971 or 5584090. OLE color: 5584090.
HSL color Cylindrical-coordinate representation of color #DA3455: hue angle of 348.07º 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 #DA3455 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 85 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.07º | 0.69% | 0.53% | - |
| HSV(B) | 348.07º | 0.76% | 0.85% | - |
| XYZ | 31.78 | 18.02 | 10.4 | - |
| YUV | 105.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 85 | 0 | 0.76 | 0.61 | 0.15 | 348.07 | 0.69 | 0.53 |
| Hex | DA | 34 | 55 | 0 | 4C | 3D | F | 15C | 45 | 35 |
| Octal | 332 | 64 | 125 | 0 | 114 | 75 | 17 | 534 | 105 | 65 |
| Binary | 11011010 | 110100 | 1010101 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #DA3455
Complementary color
Monochromatic Colors of #DA3455
Black with #DA3455
Text Example
Text Example
White with #DA3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3455; }
p { color: rgb(218,52,85); }
H1.HeaderClassName
{
color: #DA3455;
}
.AnyTagClassName
{
color: #DA3455;
}
</style>
background-color css
<style>
a { background-color: #DA3455; }
a { background-color: rgb(218,52,85); }
div.DivClassName
{
background-color: #DA3455;
}
.BgClassName
{
background-color: #DA3455;
}
</style>
border-color css
<style>
span { border-color: #DA3455; }
span { border-color: rgb(218,52,85); }
td.TdClassName
{
border-color: #DA3455;
}
.TagClassName
{
border-color: #DA3455;
}
</style>