Shades of Amaranth #DA3852
Tints of Amaranth #DA3852
RGB
CMYK
RGB Variations
Color information
#DA3852 (or 0xDA3852) is known color: Amaranth. HEX triplet: DA, 38 and 52. RGB value is (218,56,82). Sum of RGB (Red+Green+Blue) = 218+56+82=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3852 is #25C7AD. Grayscale: #6B6B6B. Windows color (decimal): -2475950 or 5388506. OLE color: 5388506.
HSL color Cylindrical-coordinate representation of color #DA3852: hue angle of 350.37º 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 #DA3852 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 82 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.15 |
| HSL | 350.37º | 0.69% | 0.54% | - |
| HSV(B) | 350.37º | 0.74% | 0.85% | - |
| XYZ | 31.85 | 18.34 | 9.84 | - |
| YUV | 107.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 82 | 0 | 0.74 | 0.62 | 0.15 | 350.37 | 0.69 | 0.54 |
| Hex | DA | 38 | 52 | 0 | 4A | 3E | F | 15E | 45 | 36 |
| Octal | 332 | 70 | 122 | 0 | 112 | 76 | 17 | 536 | 105 | 66 |
| Binary | 11011010 | 111000 | 1010010 | 0 | 1001010 | 111110 | 1111 | 101011110 | 1000101 | 110110 |
Color Harmonies of #DA3852
Complementary color
Monochromatic Colors of #DA3852
Black with #DA3852
Text Example
Text Example
White with #DA3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3852; }
p { color: rgb(218,56,82); }
H1.HeaderClassName
{
color: #DA3852;
}
.AnyTagClassName
{
color: #DA3852;
}
</style>
background-color css
<style>
a { background-color: #DA3852; }
a { background-color: rgb(218,56,82); }
div.DivClassName
{
background-color: #DA3852;
}
.BgClassName
{
background-color: #DA3852;
}
</style>
border-color css
<style>
span { border-color: #DA3852; }
span { border-color: rgb(218,56,82); }
td.TdClassName
{
border-color: #DA3852;
}
.TagClassName
{
border-color: #DA3852;
}
</style>