Shades of Amaranth #DA404E
Tints of Amaranth #DA404E
RGB
CMYK
RGB Variations
Color information
#DA404E (or 0xDA404E) is known color: Amaranth. HEX triplet: DA, 40 and 4E. RGB value is (218,64,78). Sum of RGB (Red+Green+Blue) = 218+64+78=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA404E is #25BFB1. Grayscale: #6F6F6F. Windows color (decimal): -2473906 or 5128410. OLE color: 5128410.
HSL color Cylindrical-coordinate representation of color #DA404E: hue angle of 354.55º 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 #DA404E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 78 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.15 |
| HSL | 354.55º | 0.68% | 0.55% | - |
| HSV(B) | 354.55º | 0.71% | 0.85% | - |
| XYZ | 32.12 | 19.12 | 9.21 | - |
| YUV | 111.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 78 | 0 | 0.71 | 0.64 | 0.15 | 354.55 | 0.68 | 0.55 |
| Hex | DA | 40 | 4E | 0 | 47 | 40 | F | 163 | 44 | 37 |
| Octal | 332 | 100 | 116 | 0 | 107 | 100 | 17 | 543 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1001110 | 0 | 1000111 | 1000000 | 1111 | 101100011 | 1000100 | 110111 |
Color Harmonies of #DA404E
Complementary color
Monochromatic Colors of #DA404E
Black with #DA404E
Text Example
Text Example
White with #DA404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA404E; }
p { color: rgb(218,64,78); }
H1.HeaderClassName
{
color: #DA404E;
}
.AnyTagClassName
{
color: #DA404E;
}
</style>
background-color css
<style>
a { background-color: #DA404E; }
a { background-color: rgb(218,64,78); }
div.DivClassName
{
background-color: #DA404E;
}
.BgClassName
{
background-color: #DA404E;
}
</style>
border-color css
<style>
span { border-color: #DA404E; }
span { border-color: rgb(218,64,78); }
td.TdClassName
{
border-color: #DA404E;
}
.TagClassName
{
border-color: #DA404E;
}
</style>