Shades of Amaranth #DA304C
Tints of Amaranth #DA304C
RGB
CMYK
RGB Variations
Color information
#DA304C (or 0xDA304C) is known color: Amaranth. HEX triplet: DA, 30 and 4C. RGB value is (218,48,76). Sum of RGB (Red+Green+Blue) = 218+48+76=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA304C is #25CFB3. Grayscale: #666666. Windows color (decimal): -2478004 or 4993242. OLE color: 4993242.
HSL color Cylindrical-coordinate representation of color #DA304C: hue angle of 350.12º 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 #DA304C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 76 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.15 |
| HSL | 350.12º | 0.7% | 0.52% | - |
| HSV(B) | 350.12º | 0.78% | 0.85% | - |
| XYZ | 31.27 | 17.54 | 8.57 | - |
| YUV | 102.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 76 | 0 | 0.78 | 0.65 | 0.15 | 350.12 | 0.7 | 0.52 |
| Hex | DA | 30 | 4C | 0 | 4E | 41 | F | 15E | 46 | 34 |
| Octal | 332 | 60 | 114 | 0 | 116 | 101 | 17 | 536 | 106 | 64 |
| Binary | 11011010 | 110000 | 1001100 | 0 | 1001110 | 1000001 | 1111 | 101011110 | 1000110 | 110100 |
Color Harmonies of #DA304C
Complementary color
Monochromatic Colors of #DA304C
Black with #DA304C
Text Example
Text Example
White with #DA304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA304C; }
p { color: rgb(218,48,76); }
H1.HeaderClassName
{
color: #DA304C;
}
.AnyTagClassName
{
color: #DA304C;
}
</style>
background-color css
<style>
a { background-color: #DA304C; }
a { background-color: rgb(218,48,76); }
div.DivClassName
{
background-color: #DA304C;
}
.BgClassName
{
background-color: #DA304C;
}
</style>
border-color css
<style>
span { border-color: #DA304C; }
span { border-color: rgb(218,48,76); }
td.TdClassName
{
border-color: #DA304C;
}
.TagClassName
{
border-color: #DA304C;
}
</style>