Shades of Amaranth #DA304D
Tints of Amaranth #DA304D
RGB
CMYK
RGB Variations
Color information
#DA304D (or 0xDA304D) is known color: Amaranth. HEX triplet: DA, 30 and 4D. RGB value is (218,48,77). Sum of RGB (Red+Green+Blue) = 218+48+77=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA304D is #25CFB2. Grayscale: #666666. Windows color (decimal): -2478003 or 5058778. OLE color: 5058778.
HSL color Cylindrical-coordinate representation of color #DA304D: hue angle of 349.76º 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 #DA304D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 77 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.15 |
| HSL | 349.76º | 0.7% | 0.52% | - |
| HSV(B) | 349.76º | 0.78% | 0.85% | - |
| XYZ | 31.31 | 17.56 | 8.76 | - |
| YUV | 102.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 77 | 0 | 0.78 | 0.65 | 0.15 | 349.76 | 0.7 | 0.52 |
| Hex | DA | 30 | 4D | 0 | 4E | 41 | F | 15E | 46 | 34 |
| Octal | 332 | 60 | 115 | 0 | 116 | 101 | 17 | 536 | 106 | 64 |
| Binary | 11011010 | 110000 | 1001101 | 0 | 1001110 | 1000001 | 1111 | 101011110 | 1000110 | 110100 |
Color Harmonies of #DA304D
Complementary color
Monochromatic Colors of #DA304D
Black with #DA304D
Text Example
Text Example
White with #DA304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA304D; }
p { color: rgb(218,48,77); }
H1.HeaderClassName
{
color: #DA304D;
}
.AnyTagClassName
{
color: #DA304D;
}
</style>
background-color css
<style>
a { background-color: #DA304D; }
a { background-color: rgb(218,48,77); }
div.DivClassName
{
background-color: #DA304D;
}
.BgClassName
{
background-color: #DA304D;
}
</style>
border-color css
<style>
span { border-color: #DA304D; }
span { border-color: rgb(218,48,77); }
td.TdClassName
{
border-color: #DA304D;
}
.TagClassName
{
border-color: #DA304D;
}
</style>