Shades of Amaranth #DF2255
Tints of Amaranth #DF2255
RGB
CMYK
RGB Variations
Color information
#DF2255 (or 0xDF2255) is known color: Amaranth. HEX triplet: DF, 22 and 55. RGB value is (223,34,85). Sum of RGB (Red+Green+Blue) = 223+34+85=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2255 is #20DDAA. Grayscale: #606060. Windows color (decimal): -2153899 or 5579487. OLE color: 5579487.
HSL color Cylindrical-coordinate representation of color #DF2255: hue angle of 343.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2255 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 85 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.13 |
| HSL | 343.81º | 0.75% | 0.5% | - |
| HSV(B) | 343.81º | 0.85% | 0.87% | - |
| XYZ | 32.64 | 17.49 | 10.25 | - |
| YUV | 96.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 85 | 0 | 0.85 | 0.62 | 0.13 | 343.81 | 0.75 | 0.5 |
| Hex | DF | 22 | 55 | 0 | 55 | 3E | D | 158 | 4B | 32 |
| Octal | 337 | 42 | 125 | 0 | 125 | 76 | 15 | 530 | 113 | 62 |
| Binary | 11011111 | 100010 | 1010101 | 0 | 1010101 | 111110 | 1101 | 101011000 | 1001011 | 110010 |
Color Harmonies of #DF2255
Complementary color
Monochromatic Colors of #DF2255
Black with #DF2255
Text Example
Text Example
White with #DF2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2255; }
p { color: rgb(223,34,85); }
H1.HeaderClassName
{
color: #DF2255;
}
.AnyTagClassName
{
color: #DF2255;
}
</style>
background-color css
<style>
a { background-color: #DF2255; }
a { background-color: rgb(223,34,85); }
div.DivClassName
{
background-color: #DF2255;
}
.BgClassName
{
background-color: #DF2255;
}
</style>
border-color css
<style>
span { border-color: #DF2255; }
span { border-color: rgb(223,34,85); }
td.TdClassName
{
border-color: #DF2255;
}
.TagClassName
{
border-color: #DF2255;
}
</style>