Shades of Amaranth #DA2748
Tints of Amaranth #DA2748
RGB
CMYK
RGB Variations
Color information
#DA2748 (or 0xDA2748) is known color: Amaranth. HEX triplet: DA, 27 and 48. RGB value is (218,39,72). Sum of RGB (Red+Green+Blue) = 218+39+72=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2748 is #25D8B7. Grayscale: #606060. Windows color (decimal): -2480312 or 4728794. OLE color: 4728794.
HSL color Cylindrical-coordinate representation of color #DA2748: hue angle of 348.94º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2748 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 72 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.15 |
| HSL | 348.94º | 0.71% | 0.5% | - |
| HSV(B) | 348.94º | 0.82% | 0.85% | - |
| XYZ | 30.81 | 16.82 | 7.75 | - |
| YUV | 96.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 72 | 0 | 0.82 | 0.67 | 0.15 | 348.94 | 0.71 | 0.5 |
| Hex | DA | 27 | 48 | 0 | 52 | 43 | F | 15D | 47 | 32 |
| Octal | 332 | 47 | 110 | 0 | 122 | 103 | 17 | 535 | 107 | 62 |
| Binary | 11011010 | 100111 | 1001000 | 0 | 1010010 | 1000011 | 1111 | 101011101 | 1000111 | 110010 |
Color Harmonies of #DA2748
Complementary color
Monochromatic Colors of #DA2748
Black with #DA2748
Text Example
Text Example
White with #DA2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2748; }
p { color: rgb(218,39,72); }
H1.HeaderClassName
{
color: #DA2748;
}
.AnyTagClassName
{
color: #DA2748;
}
</style>
background-color css
<style>
a { background-color: #DA2748; }
a { background-color: rgb(218,39,72); }
div.DivClassName
{
background-color: #DA2748;
}
.BgClassName
{
background-color: #DA2748;
}
</style>
border-color css
<style>
span { border-color: #DA2748; }
span { border-color: rgb(218,39,72); }
td.TdClassName
{
border-color: #DA2748;
}
.TagClassName
{
border-color: #DA2748;
}
</style>