Shades of Amaranth #DF2455
Tints of Amaranth #DF2455
RGB
CMYK
RGB Variations
Color information
#DF2455 (or 0xDF2455) is known color: Amaranth. HEX triplet: DF, 24 and 55. RGB value is (223,36,85). Sum of RGB (Red+Green+Blue) = 223+36+85=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2455 is #20DBAA. Grayscale: #616161. Windows color (decimal): -2153387 or 5579999. OLE color: 5579999.
HSL color Cylindrical-coordinate representation of color #DF2455: hue angle of 344.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2455 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 85 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.13 |
| HSL | 344.28º | 0.75% | 0.51% | - |
| HSV(B) | 344.28º | 0.84% | 0.87% | - |
| XYZ | 32.7 | 17.61 | 10.27 | - |
| YUV | 97.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 85 | 0 | 0.84 | 0.62 | 0.13 | 344.28 | 0.75 | 0.51 |
| Hex | DF | 24 | 55 | 0 | 54 | 3E | D | 158 | 4B | 33 |
| Octal | 337 | 44 | 125 | 0 | 124 | 76 | 15 | 530 | 113 | 63 |
| Binary | 11011111 | 100100 | 1010101 | 0 | 1010100 | 111110 | 1101 | 101011000 | 1001011 | 110011 |
Color Harmonies of #DF2455
Complementary color
Monochromatic Colors of #DF2455
Black with #DF2455
Text Example
Text Example
White with #DF2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2455; }
p { color: rgb(223,36,85); }
H1.HeaderClassName
{
color: #DF2455;
}
.AnyTagClassName
{
color: #DF2455;
}
</style>
background-color css
<style>
a { background-color: #DF2455; }
a { background-color: rgb(223,36,85); }
div.DivClassName
{
background-color: #DF2455;
}
.BgClassName
{
background-color: #DF2455;
}
</style>
border-color css
<style>
span { border-color: #DF2455; }
span { border-color: rgb(223,36,85); }
td.TdClassName
{
border-color: #DF2455;
}
.TagClassName
{
border-color: #DF2455;
}
</style>