Shades of Amaranth #DA3955
Tints of Amaranth #DA3955
RGB
CMYK
RGB Variations
Color information
#DA3955 (or 0xDA3955) is known color: Amaranth. HEX triplet: DA, 39 and 55. RGB value is (218,57,85). Sum of RGB (Red+Green+Blue) = 218+57+85=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3955 is #25C6AA. Grayscale: #6C6C6C. Windows color (decimal): -2475691 or 5585370. OLE color: 5585370.
HSL color Cylindrical-coordinate representation of color #DA3955: hue angle of 349.57º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3955 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 85 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.15 |
| HSL | 349.57º | 0.69% | 0.54% | - |
| HSV(B) | 349.57º | 0.74% | 0.85% | - |
| XYZ | 32.02 | 18.49 | 10.48 | - |
| YUV | 108.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 85 | 0 | 0.74 | 0.61 | 0.15 | 349.57 | 0.69 | 0.54 |
| Hex | DA | 39 | 55 | 0 | 4A | 3D | F | 15E | 45 | 36 |
| Octal | 332 | 71 | 125 | 0 | 112 | 75 | 17 | 536 | 105 | 66 |
| Binary | 11011010 | 111001 | 1010101 | 0 | 1001010 | 111101 | 1111 | 101011110 | 1000101 | 110110 |
Color Harmonies of #DA3955
Complementary color
Monochromatic Colors of #DA3955
Black with #DA3955
Text Example
Text Example
White with #DA3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3955; }
p { color: rgb(218,57,85); }
H1.HeaderClassName
{
color: #DA3955;
}
.AnyTagClassName
{
color: #DA3955;
}
</style>
background-color css
<style>
a { background-color: #DA3955; }
a { background-color: rgb(218,57,85); }
div.DivClassName
{
background-color: #DA3955;
}
.BgClassName
{
background-color: #DA3955;
}
</style>
border-color css
<style>
span { border-color: #DA3955; }
span { border-color: rgb(218,57,85); }
td.TdClassName
{
border-color: #DA3955;
}
.TagClassName
{
border-color: #DA3955;
}
</style>