Shades of Amaranth #DA384F
Tints of Amaranth #DA384F
RGB
CMYK
RGB Variations
Color information
#DA384F (or 0xDA384F) is known color: Amaranth. HEX triplet: DA, 38 and 4F. RGB value is (218,56,79). Sum of RGB (Red+Green+Blue) = 218+56+79=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA384F is #25C7B0. Grayscale: #6B6B6B. Windows color (decimal): -2475953 or 5191898. OLE color: 5191898.
HSL color Cylindrical-coordinate representation of color #DA384F: hue angle of 351.48º 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 #DA384F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 79 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.15 |
| HSL | 351.48º | 0.69% | 0.54% | - |
| HSV(B) | 351.48º | 0.74% | 0.85% | - |
| XYZ | 31.74 | 18.3 | 9.26 | - |
| YUV | 107.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 79 | 0 | 0.74 | 0.64 | 0.15 | 351.48 | 0.69 | 0.54 |
| Hex | DA | 38 | 4F | 0 | 4A | 40 | F | 15F | 45 | 36 |
| Octal | 332 | 70 | 117 | 0 | 112 | 100 | 17 | 537 | 105 | 66 |
| Binary | 11011010 | 111000 | 1001111 | 0 | 1001010 | 1000000 | 1111 | 101011111 | 1000101 | 110110 |
Color Harmonies of #DA384F
Complementary color
Monochromatic Colors of #DA384F
Black with #DA384F
Text Example
Text Example
White with #DA384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA384F; }
p { color: rgb(218,56,79); }
H1.HeaderClassName
{
color: #DA384F;
}
.AnyTagClassName
{
color: #DA384F;
}
</style>
background-color css
<style>
a { background-color: #DA384F; }
a { background-color: rgb(218,56,79); }
div.DivClassName
{
background-color: #DA384F;
}
.BgClassName
{
background-color: #DA384F;
}
</style>
border-color css
<style>
span { border-color: #DA384F; }
span { border-color: rgb(218,56,79); }
td.TdClassName
{
border-color: #DA384F;
}
.TagClassName
{
border-color: #DA384F;
}
</style>