Shades of Amaranth #DA304E
Tints of Amaranth #DA304E
RGB
CMYK
RGB Variations
Color information
#DA304E (or 0xDA304E) is known color: Amaranth. HEX triplet: DA, 30 and 4E. RGB value is (218,48,78). Sum of RGB (Red+Green+Blue) = 218+48+78=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA304E is #25CFB1. Grayscale: #666666. Windows color (decimal): -2478002 or 5124314. OLE color: 5124314.
HSL color Cylindrical-coordinate representation of color #DA304E: hue angle of 349.41º 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 #DA304E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 78 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.15 |
| HSL | 349.41º | 0.7% | 0.52% | - |
| HSV(B) | 349.41º | 0.78% | 0.85% | - |
| XYZ | 31.35 | 17.57 | 8.95 | - |
| YUV | 102.25 | 114.32 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 78 | 0 | 0.78 | 0.64 | 0.15 | 349.41 | 0.7 | 0.52 |
| Hex | DA | 30 | 4E | 0 | 4E | 40 | F | 15D | 46 | 34 |
| Octal | 332 | 60 | 116 | 0 | 116 | 100 | 17 | 535 | 106 | 64 |
| Binary | 11011010 | 110000 | 1001110 | 0 | 1001110 | 1000000 | 1111 | 101011101 | 1000110 | 110100 |
Color Harmonies of #DA304E
Complementary color
Monochromatic Colors of #DA304E
Black with #DA304E
Text Example
Text Example
White with #DA304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA304E; }
p { color: rgb(218,48,78); }
H1.HeaderClassName
{
color: #DA304E;
}
.AnyTagClassName
{
color: #DA304E;
}
</style>
background-color css
<style>
a { background-color: #DA304E; }
a { background-color: rgb(218,48,78); }
div.DivClassName
{
background-color: #DA304E;
}
.BgClassName
{
background-color: #DA304E;
}
</style>
border-color css
<style>
span { border-color: #DA304E; }
span { border-color: rgb(218,48,78); }
td.TdClassName
{
border-color: #DA304E;
}
.TagClassName
{
border-color: #DA304E;
}
</style>