Shades of Amaranth #DA3D4E
Tints of Amaranth #DA3D4E
RGB
CMYK
RGB Variations
Color information
#DA3D4E (or 0xDA3D4E) is known color: Amaranth. HEX triplet: DA, 3D and 4E. RGB value is (218,61,78). Sum of RGB (Red+Green+Blue) = 218+61+78=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D4E is #25C2B1. Grayscale: #6D6D6D. Windows color (decimal): -2474674 or 5127642. OLE color: 5127642.
HSL color Cylindrical-coordinate representation of color #DA3D4E: hue angle of 353.5º 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 #DA3D4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.15 |
| HSL | 353.5º | 0.68% | 0.55% | - |
| HSV(B) | 353.5º | 0.72% | 0.85% | - |
| XYZ | 31.96 | 18.79 | 9.15 | - |
| YUV | 109.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 78 | 0 | 0.72 | 0.64 | 0.15 | 353.5 | 0.68 | 0.55 |
| Hex | DA | 3D | 4E | 0 | 48 | 40 | F | 162 | 44 | 37 |
| Octal | 332 | 75 | 116 | 0 | 110 | 100 | 17 | 542 | 104 | 67 |
| Binary | 11011010 | 111101 | 1001110 | 0 | 1001000 | 1000000 | 1111 | 101100010 | 1000100 | 110111 |
Color Harmonies of #DA3D4E
Complementary color
Monochromatic Colors of #DA3D4E
Black with #DA3D4E
Text Example
Text Example
White with #DA3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D4E; }
p { color: rgb(218,61,78); }
H1.HeaderClassName
{
color: #DA3D4E;
}
.AnyTagClassName
{
color: #DA3D4E;
}
</style>
background-color css
<style>
a { background-color: #DA3D4E; }
a { background-color: rgb(218,61,78); }
div.DivClassName
{
background-color: #DA3D4E;
}
.BgClassName
{
background-color: #DA3D4E;
}
</style>
border-color css
<style>
span { border-color: #DA3D4E; }
span { border-color: rgb(218,61,78); }
td.TdClassName
{
border-color: #DA3D4E;
}
.TagClassName
{
border-color: #DA3D4E;
}
</style>