Shades of Amaranth #DA254F
Tints of Amaranth #DA254F
RGB
CMYK
RGB Variations
Color information
#DA254F (or 0xDA254F) is known color: Amaranth. HEX triplet: DA, 25 and 4F. RGB value is (218,37,79). Sum of RGB (Red+Green+Blue) = 218+37+79=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA254F is #25DAB0. Grayscale: #5F5F5F. Windows color (decimal): -2480817 or 5187034. OLE color: 5187034.
HSL color Cylindrical-coordinate representation of color #DA254F: hue angle of 346.08º 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 #DA254F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.15 |
| HSL | 346.08º | 0.71% | 0.5% | - |
| HSV(B) | 346.08º | 0.83% | 0.85% | - |
| XYZ | 30.99 | 16.79 | 9.01 | - |
| YUV | 95.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 79 | 0 | 0.83 | 0.64 | 0.15 | 346.08 | 0.71 | 0.5 |
| Hex | DA | 25 | 4F | 0 | 53 | 40 | F | 15A | 47 | 32 |
| Octal | 332 | 45 | 117 | 0 | 123 | 100 | 17 | 532 | 107 | 62 |
| Binary | 11011010 | 100101 | 1001111 | 0 | 1010011 | 1000000 | 1111 | 101011010 | 1000111 | 110010 |
Color Harmonies of #DA254F
Complementary color
Monochromatic Colors of #DA254F
Black with #DA254F
Text Example
Text Example
White with #DA254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA254F; }
p { color: rgb(218,37,79); }
H1.HeaderClassName
{
color: #DA254F;
}
.AnyTagClassName
{
color: #DA254F;
}
</style>
background-color css
<style>
a { background-color: #DA254F; }
a { background-color: rgb(218,37,79); }
div.DivClassName
{
background-color: #DA254F;
}
.BgClassName
{
background-color: #DA254F;
}
</style>
border-color css
<style>
span { border-color: #DA254F; }
span { border-color: rgb(218,37,79); }
td.TdClassName
{
border-color: #DA254F;
}
.TagClassName
{
border-color: #DA254F;
}
</style>