Shades of Amaranth #DA3045
Tints of Amaranth #DA3045
RGB
CMYK
RGB Variations
Color information
#DA3045 (or 0xDA3045) is known color: Amaranth. HEX triplet: DA, 30 and 45. RGB value is (218,48,69). Sum of RGB (Red+Green+Blue) = 218+48+69=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3045 is #25CFBA. Grayscale: #656565. Windows color (decimal): -2478011 or 4534490. OLE color: 4534490.
HSL color Cylindrical-coordinate representation of color #DA3045: hue angle of 352.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3045 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 69 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.15 |
| HSL | 352.59º | 0.7% | 0.52% | - |
| HSV(B) | 352.59º | 0.78% | 0.85% | - |
| XYZ | 31.04 | 17.45 | 7.36 | - |
| YUV | 101.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 69 | 0 | 0.78 | 0.68 | 0.15 | 352.59 | 0.7 | 0.52 |
| Hex | DA | 30 | 45 | 0 | 4E | 44 | F | 161 | 46 | 34 |
| Octal | 332 | 60 | 105 | 0 | 116 | 104 | 17 | 541 | 106 | 64 |
| Binary | 11011010 | 110000 | 1000101 | 0 | 1001110 | 1000100 | 1111 | 101100001 | 1000110 | 110100 |
Color Harmonies of #DA3045
Complementary color
Monochromatic Colors of #DA3045
Black with #DA3045
Text Example
Text Example
White with #DA3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3045; }
p { color: rgb(218,48,69); }
H1.HeaderClassName
{
color: #DA3045;
}
.AnyTagClassName
{
color: #DA3045;
}
</style>
background-color css
<style>
a { background-color: #DA3045; }
a { background-color: rgb(218,48,69); }
div.DivClassName
{
background-color: #DA3045;
}
.BgClassName
{
background-color: #DA3045;
}
</style>
border-color css
<style>
span { border-color: #DA3045; }
span { border-color: rgb(218,48,69); }
td.TdClassName
{
border-color: #DA3045;
}
.TagClassName
{
border-color: #DA3045;
}
</style>