Shades of Amaranth #DA254D
Tints of Amaranth #DA254D
RGB
CMYK
RGB Variations
Color information
#DA254D (or 0xDA254D) is known color: Amaranth. HEX triplet: DA, 25 and 4D. RGB value is (218,37,77). Sum of RGB (Red+Green+Blue) = 218+37+77=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA254D is #25DAB2. Grayscale: #5F5F5F. Windows color (decimal): -2480819 or 5055962. OLE color: 5055962.
HSL color Cylindrical-coordinate representation of color #DA254D: hue angle of 346.74º 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 #DA254D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.15 |
| HSL | 346.74º | 0.71% | 0.5% | - |
| HSV(B) | 346.74º | 0.83% | 0.85% | - |
| XYZ | 30.91 | 16.76 | 8.63 | - |
| YUV | 95.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 77 | 0 | 0.83 | 0.65 | 0.15 | 346.74 | 0.71 | 0.5 |
| Hex | DA | 25 | 4D | 0 | 53 | 41 | F | 15B | 47 | 32 |
| Octal | 332 | 45 | 115 | 0 | 123 | 101 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100101 | 1001101 | 0 | 1010011 | 1000001 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA254D
Complementary color
Monochromatic Colors of #DA254D
Black with #DA254D
Text Example
Text Example
White with #DA254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA254D; }
p { color: rgb(218,37,77); }
H1.HeaderClassName
{
color: #DA254D;
}
.AnyTagClassName
{
color: #DA254D;
}
</style>
background-color css
<style>
a { background-color: #DA254D; }
a { background-color: rgb(218,37,77); }
div.DivClassName
{
background-color: #DA254D;
}
.BgClassName
{
background-color: #DA254D;
}
</style>
border-color css
<style>
span { border-color: #DA254D; }
span { border-color: rgb(218,37,77); }
td.TdClassName
{
border-color: #DA254D;
}
.TagClassName
{
border-color: #DA254D;
}
</style>