Shades of Amaranth #DA1F54
Tints of Amaranth #DA1F54
RGB
CMYK
RGB Variations
Color information
#DA1F54 (or 0xDA1F54) is known color: Amaranth. HEX triplet: DA, 1F and 54. RGB value is (218,31,84). Sum of RGB (Red+Green+Blue) = 218+31+84=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F54 is #25E0AB. Grayscale: #5C5C5C. Windows color (decimal): -2482348 or 5513178. OLE color: 5513178.
HSL color Cylindrical-coordinate representation of color #DA1F54: hue angle of 342.99º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F54 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 84 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.15 |
| HSL | 342.99º | 0.75% | 0.49% | - |
| HSV(B) | 342.99º | 0.86% | 0.85% | - |
| XYZ | 31 | 16.53 | 9.94 | - |
| YUV | 92.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 84 | 0 | 0.86 | 0.61 | 0.15 | 342.99 | 0.75 | 0.49 |
| Hex | DA | 1F | 54 | 0 | 56 | 3D | F | 157 | 4B | 31 |
| Octal | 332 | 37 | 124 | 0 | 126 | 75 | 17 | 527 | 113 | 61 |
| Binary | 11011010 | 11111 | 1010100 | 0 | 1010110 | 111101 | 1111 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DA1F54
Complementary color
Monochromatic Colors of #DA1F54
Black with #DA1F54
Text Example
Text Example
White with #DA1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F54; }
p { color: rgb(218,31,84); }
H1.HeaderClassName
{
color: #DA1F54;
}
.AnyTagClassName
{
color: #DA1F54;
}
</style>
background-color css
<style>
a { background-color: #DA1F54; }
a { background-color: rgb(218,31,84); }
div.DivClassName
{
background-color: #DA1F54;
}
.BgClassName
{
background-color: #DA1F54;
}
</style>
border-color css
<style>
span { border-color: #DA1F54; }
span { border-color: rgb(218,31,84); }
td.TdClassName
{
border-color: #DA1F54;
}
.TagClassName
{
border-color: #DA1F54;
}
</style>