Shades of Amaranth #DA3B4D
Tints of Amaranth #DA3B4D
RGB
CMYK
RGB Variations
Color information
#DA3B4D (or 0xDA3B4D) is known color: Amaranth. HEX triplet: DA, 3B and 4D. RGB value is (218,59,77). Sum of RGB (Red+Green+Blue) = 218+59+77=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B4D is #25C4B2. Grayscale: #6C6C6C. Windows color (decimal): -2475187 or 5061594. OLE color: 5061594.
HSL color Cylindrical-coordinate representation of color #DA3B4D: hue angle of 353.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B4D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 77 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.15 |
| HSL | 353.21º | 0.68% | 0.54% | - |
| HSV(B) | 353.21º | 0.73% | 0.85% | - |
| XYZ | 31.82 | 18.57 | 8.93 | - |
| YUV | 108.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 77 | 0 | 0.73 | 0.65 | 0.15 | 353.21 | 0.68 | 0.54 |
| Hex | DA | 3B | 4D | 0 | 49 | 41 | F | 161 | 44 | 36 |
| Octal | 332 | 73 | 115 | 0 | 111 | 101 | 17 | 541 | 104 | 66 |
| Binary | 11011010 | 111011 | 1001101 | 0 | 1001001 | 1000001 | 1111 | 101100001 | 1000100 | 110110 |
Color Harmonies of #DA3B4D
Complementary color
Monochromatic Colors of #DA3B4D
Black with #DA3B4D
Text Example
Text Example
White with #DA3B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B4D; }
p { color: rgb(218,59,77); }
H1.HeaderClassName
{
color: #DA3B4D;
}
.AnyTagClassName
{
color: #DA3B4D;
}
</style>
background-color css
<style>
a { background-color: #DA3B4D; }
a { background-color: rgb(218,59,77); }
div.DivClassName
{
background-color: #DA3B4D;
}
.BgClassName
{
background-color: #DA3B4D;
}
</style>
border-color css
<style>
span { border-color: #DA3B4D; }
span { border-color: rgb(218,59,77); }
td.TdClassName
{
border-color: #DA3B4D;
}
.TagClassName
{
border-color: #DA3B4D;
}
</style>