Shades of Amaranth #DA3E4F
Tints of Amaranth #DA3E4F
RGB
CMYK
RGB Variations
Color information
#DA3E4F (or 0xDA3E4F) is known color: Amaranth. HEX triplet: DA, 3E and 4F. RGB value is (218,62,79). Sum of RGB (Red+Green+Blue) = 218+62+79=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E4F is #25C1B0. Grayscale: #6E6E6E. Windows color (decimal): -2474417 or 5193434. OLE color: 5193434.
HSL color Cylindrical-coordinate representation of color #DA3E4F: hue angle of 353.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E4F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 79 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.15 |
| HSL | 353.46º | 0.68% | 0.55% | - |
| HSV(B) | 353.46º | 0.72% | 0.85% | - |
| XYZ | 32.05 | 18.92 | 9.36 | - |
| YUV | 110.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 79 | 0 | 0.72 | 0.64 | 0.15 | 353.46 | 0.68 | 0.55 |
| Hex | DA | 3E | 4F | 0 | 48 | 40 | F | 161 | 44 | 37 |
| Octal | 332 | 76 | 117 | 0 | 110 | 100 | 17 | 541 | 104 | 67 |
| Binary | 11011010 | 111110 | 1001111 | 0 | 1001000 | 1000000 | 1111 | 101100001 | 1000100 | 110111 |
Color Harmonies of #DA3E4F
Complementary color
Monochromatic Colors of #DA3E4F
Black with #DA3E4F
Text Example
Text Example
White with #DA3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E4F; }
p { color: rgb(218,62,79); }
H1.HeaderClassName
{
color: #DA3E4F;
}
.AnyTagClassName
{
color: #DA3E4F;
}
</style>
background-color css
<style>
a { background-color: #DA3E4F; }
a { background-color: rgb(218,62,79); }
div.DivClassName
{
background-color: #DA3E4F;
}
.BgClassName
{
background-color: #DA3E4F;
}
</style>
border-color css
<style>
span { border-color: #DA3E4F; }
span { border-color: rgb(218,62,79); }
td.TdClassName
{
border-color: #DA3E4F;
}
.TagClassName
{
border-color: #DA3E4F;
}
</style>