Shades of Amaranth #DA384E
Tints of Amaranth #DA384E
RGB
CMYK
RGB Variations
Color information
#DA384E (or 0xDA384E) is known color: Amaranth. HEX triplet: DA, 38 and 4E. RGB value is (218,56,78). Sum of RGB (Red+Green+Blue) = 218+56+78=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA384E is #25C7B1. Grayscale: #6B6B6B. Windows color (decimal): -2475954 or 5126362. OLE color: 5126362.
HSL color Cylindrical-coordinate representation of color #DA384E: hue angle of 351.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA384E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 78 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.15 |
| HSL | 351.85º | 0.69% | 0.54% | - |
| HSV(B) | 351.85º | 0.74% | 0.85% | - |
| XYZ | 31.7 | 18.28 | 9.07 | - |
| YUV | 106.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 78 | 0 | 0.74 | 0.64 | 0.15 | 351.85 | 0.69 | 0.54 |
| Hex | DA | 38 | 4E | 0 | 4A | 40 | F | 160 | 45 | 36 |
| Octal | 332 | 70 | 116 | 0 | 112 | 100 | 17 | 540 | 105 | 66 |
| Binary | 11011010 | 111000 | 1001110 | 0 | 1001010 | 1000000 | 1111 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DA384E
Complementary color
Monochromatic Colors of #DA384E
Black with #DA384E
Text Example
Text Example
White with #DA384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA384E; }
p { color: rgb(218,56,78); }
H1.HeaderClassName
{
color: #DA384E;
}
.AnyTagClassName
{
color: #DA384E;
}
</style>
background-color css
<style>
a { background-color: #DA384E; }
a { background-color: rgb(218,56,78); }
div.DivClassName
{
background-color: #DA384E;
}
.BgClassName
{
background-color: #DA384E;
}
</style>
border-color css
<style>
span { border-color: #DA384E; }
span { border-color: rgb(218,56,78); }
td.TdClassName
{
border-color: #DA384E;
}
.TagClassName
{
border-color: #DA384E;
}
</style>