Shades of Amaranth #DA2D46
Tints of Amaranth #DA2D46
RGB
CMYK
RGB Variations
Color information
#DA2D46 (or 0xDA2D46) is known color: Amaranth. HEX triplet: DA, 2D and 46. RGB value is (218,45,70). Sum of RGB (Red+Green+Blue) = 218+45+70=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D46 is #25D2B9. Grayscale: #636363. Windows color (decimal): -2478778 or 4599258. OLE color: 4599258.
HSL color Cylindrical-coordinate representation of color #DA2D46: hue angle of 351.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D46 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 45 | 70 | - |
CMYK | 0 | 0.79 | 0.68 | 0.15 |
HSL | 351.33º | 0.7% | 0.52% | - |
HSV(B) | 351.33º | 0.79% | 0.85% | - |
XYZ | 30.96 | 17.22 | 7.49 | - |
YUV | 99.58 | 111.31 | 212.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 45 | 70 | 0 | 0.79 | 0.68 | 0.15 | 351.33 | 0.7 | 0.52 |
Hex | DA | 2D | 46 | 0 | 4F | 44 | F | 15F | 46 | 34 |
Octal | 332 | 55 | 106 | 0 | 117 | 104 | 17 | 537 | 106 | 64 |
Binary | 11011010 | 101101 | 1000110 | 0 | 1001111 | 1000100 | 1111 | 101011111 | 1000110 | 110100 |
Color Harmonies of #DA2D46
Complementary color
Monochromatic Colors of #DA2D46
Black with #DA2D46
Text Example
Text Example
White with #DA2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D46; }
p { color: rgb(218,45,70); }
H1.HeaderClassName
{
color: #DA2D46;
}
.AnyTagClassName
{
color: #DA2D46;
}
</style>
background-color css
<style>
a { background-color: #DA2D46; }
a { background-color: rgb(218,45,70); }
div.DivClassName
{
background-color: #DA2D46;
}
.BgClassName
{
background-color: #DA2D46;
}
</style>
border-color css
<style>
span { border-color: #DA2D46; }
span { border-color: rgb(218,45,70); }
td.TdClassName
{
border-color: #DA2D46;
}
.TagClassName
{
border-color: #DA2D46;
}
</style>