Shades of Amaranth #DA404F
Tints of Amaranth #DA404F
RGB
CMYK
RGB Variations
Color information
#DA404F (or 0xDA404F) is known color: Amaranth. HEX triplet: DA, 40 and 4F. RGB value is (218,64,79). Sum of RGB (Red+Green+Blue) = 218+64+79=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA404F is #25BFB0. Grayscale: #6F6F6F. Windows color (decimal): -2473905 or 5193946. OLE color: 5193946.
HSL color Cylindrical-coordinate representation of color #DA404F: hue angle of 354.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA404F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 79 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.15 |
| HSL | 354.16º | 0.68% | 0.55% | - |
| HSV(B) | 354.16º | 0.71% | 0.85% | - |
| XYZ | 32.16 | 19.14 | 9.4 | - |
| YUV | 111.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 79 | 0 | 0.71 | 0.64 | 0.15 | 354.16 | 0.68 | 0.55 |
| Hex | DA | 40 | 4F | 0 | 47 | 40 | F | 162 | 44 | 37 |
| Octal | 332 | 100 | 117 | 0 | 107 | 100 | 17 | 542 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1001111 | 0 | 1000111 | 1000000 | 1111 | 101100010 | 1000100 | 110111 |
Color Harmonies of #DA404F
Complementary color
Monochromatic Colors of #DA404F
Black with #DA404F
Text Example
Text Example
White with #DA404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA404F; }
p { color: rgb(218,64,79); }
H1.HeaderClassName
{
color: #DA404F;
}
.AnyTagClassName
{
color: #DA404F;
}
</style>
background-color css
<style>
a { background-color: #DA404F; }
a { background-color: rgb(218,64,79); }
div.DivClassName
{
background-color: #DA404F;
}
.BgClassName
{
background-color: #DA404F;
}
</style>
border-color css
<style>
span { border-color: #DA404F; }
span { border-color: rgb(218,64,79); }
td.TdClassName
{
border-color: #DA404F;
}
.TagClassName
{
border-color: #DA404F;
}
</style>