Shades of Amaranth #DA254E
Tints of Amaranth #DA254E
RGB
CMYK
RGB Variations
Color information
#DA254E (or 0xDA254E) is known color: Amaranth. HEX triplet: DA, 25 and 4E. RGB value is (218,37,78). Sum of RGB (Red+Green+Blue) = 218+37+78=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA254E is #25DAB1. Grayscale: #5F5F5F. Windows color (decimal): -2480818 or 5121498. OLE color: 5121498.
HSL color Cylindrical-coordinate representation of color #DA254E: hue angle of 346.41º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA254E is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 78 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.15 |
| HSL | 346.41º | 0.71% | 0.5% | - |
| HSV(B) | 346.41º | 0.83% | 0.85% | - |
| XYZ | 30.95 | 16.78 | 8.82 | - |
| YUV | 95.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 78 | 0 | 0.83 | 0.64 | 0.15 | 346.41 | 0.71 | 0.5 |
| Hex | DA | 25 | 4E | 0 | 53 | 40 | F | 15A | 47 | 32 |
| Octal | 332 | 45 | 116 | 0 | 123 | 100 | 17 | 532 | 107 | 62 |
| Binary | 11011010 | 100101 | 1001110 | 0 | 1010011 | 1000000 | 1111 | 101011010 | 1000111 | 110010 |
Color Harmonies of #DA254E
Complementary color
Monochromatic Colors of #DA254E
Black with #DA254E
Text Example
Text Example
White with #DA254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA254E; }
p { color: rgb(218,37,78); }
H1.HeaderClassName
{
color: #DA254E;
}
.AnyTagClassName
{
color: #DA254E;
}
</style>
background-color css
<style>
a { background-color: #DA254E; }
a { background-color: rgb(218,37,78); }
div.DivClassName
{
background-color: #DA254E;
}
.BgClassName
{
background-color: #DA254E;
}
</style>
border-color css
<style>
span { border-color: #DA254E; }
span { border-color: rgb(218,37,78); }
td.TdClassName
{
border-color: #DA254E;
}
.TagClassName
{
border-color: #DA254E;
}
</style>