Shades of Amaranth #DA364F
Tints of Amaranth #DA364F
RGB
CMYK
RGB Variations
Color information
#DA364F (or 0xDA364F) is known color: Amaranth. HEX triplet: DA, 36 and 4F. RGB value is (218,54,79). Sum of RGB (Red+Green+Blue) = 218+54+79=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA364F is #25C9B0. Grayscale: #696969. Windows color (decimal): -2476465 or 5191386. OLE color: 5191386.
HSL color Cylindrical-coordinate representation of color #DA364F: hue angle of 350.85º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA364F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 79 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.15 |
| HSL | 350.85º | 0.69% | 0.53% | - |
| HSV(B) | 350.85º | 0.75% | 0.85% | - |
| XYZ | 31.64 | 18.11 | 9.22 | - |
| YUV | 105.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 79 | 0 | 0.75 | 0.64 | 0.15 | 350.85 | 0.69 | 0.53 |
| Hex | DA | 36 | 4F | 0 | 4B | 40 | F | 15F | 45 | 35 |
| Octal | 332 | 66 | 117 | 0 | 113 | 100 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110110 | 1001111 | 0 | 1001011 | 1000000 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA364F
Complementary color
Monochromatic Colors of #DA364F
Black with #DA364F
Text Example
Text Example
White with #DA364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA364F; }
p { color: rgb(218,54,79); }
H1.HeaderClassName
{
color: #DA364F;
}
.AnyTagClassName
{
color: #DA364F;
}
</style>
background-color css
<style>
a { background-color: #DA364F; }
a { background-color: rgb(218,54,79); }
div.DivClassName
{
background-color: #DA364F;
}
.BgClassName
{
background-color: #DA364F;
}
</style>
border-color css
<style>
span { border-color: #DA364F; }
span { border-color: rgb(218,54,79); }
td.TdClassName
{
border-color: #DA364F;
}
.TagClassName
{
border-color: #DA364F;
}
</style>