Shades of Amaranth #DA1F55
Tints of Amaranth #DA1F55
RGB
CMYK
RGB Variations
Color information
#DA1F55 (or 0xDA1F55) is known color: Amaranth. HEX triplet: DA, 1F and 55. RGB value is (218,31,85). Sum of RGB (Red+Green+Blue) = 218+31+85=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F55 is #25E0AA. Grayscale: #5D5D5D. Windows color (decimal): -2482347 or 5578714. OLE color: 5578714.
HSL color Cylindrical-coordinate representation of color #DA1F55: hue angle of 342.67º 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 #DA1F55 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 85 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.15 |
| HSL | 342.67º | 0.75% | 0.49% | - |
| HSV(B) | 342.67º | 0.86% | 0.85% | - |
| XYZ | 31.04 | 16.54 | 10.15 | - |
| YUV | 93.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 85 | 0 | 0.86 | 0.61 | 0.15 | 342.67 | 0.75 | 0.49 |
| Hex | DA | 1F | 55 | 0 | 56 | 3D | F | 157 | 4B | 31 |
| Octal | 332 | 37 | 125 | 0 | 126 | 75 | 17 | 527 | 113 | 61 |
| Binary | 11011010 | 11111 | 1010101 | 0 | 1010110 | 111101 | 1111 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DA1F55
Complementary color
Monochromatic Colors of #DA1F55
Black with #DA1F55
Text Example
Text Example
White with #DA1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F55; }
p { color: rgb(218,31,85); }
H1.HeaderClassName
{
color: #DA1F55;
}
.AnyTagClassName
{
color: #DA1F55;
}
</style>
background-color css
<style>
a { background-color: #DA1F55; }
a { background-color: rgb(218,31,85); }
div.DivClassName
{
background-color: #DA1F55;
}
.BgClassName
{
background-color: #DA1F55;
}
</style>
border-color css
<style>
span { border-color: #DA1F55; }
span { border-color: rgb(218,31,85); }
td.TdClassName
{
border-color: #DA1F55;
}
.TagClassName
{
border-color: #DA1F55;
}
</style>