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