Shades of Amaranth #DF2254
Tints of Amaranth #DF2254
RGB
CMYK
RGB Variations
Color information
#DF2254 (or 0xDF2254) is known color: Amaranth. HEX triplet: DF, 22 and 54. RGB value is (223,34,84). Sum of RGB (Red+Green+Blue) = 223+34+84=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2254 is #20DDAB. Grayscale: #606060. Windows color (decimal): -2153900 or 5513951. OLE color: 5513951.
HSL color Cylindrical-coordinate representation of color #DF2254: hue angle of 344.13º 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 #DF2254 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 84 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.13 |
| HSL | 344.13º | 0.75% | 0.5% | - |
| HSV(B) | 344.13º | 0.85% | 0.87% | - |
| XYZ | 32.6 | 17.47 | 10.04 | - |
| YUV | 96.21 | 121.12 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 84 | 0 | 0.85 | 0.62 | 0.13 | 344.13 | 0.75 | 0.5 |
| Hex | DF | 22 | 54 | 0 | 55 | 3E | D | 158 | 4B | 32 |
| Octal | 337 | 42 | 124 | 0 | 125 | 76 | 15 | 530 | 113 | 62 |
| Binary | 11011111 | 100010 | 1010100 | 0 | 1010101 | 111110 | 1101 | 101011000 | 1001011 | 110010 |
Color Harmonies of #DF2254
Complementary color
Monochromatic Colors of #DF2254
Black with #DF2254
Text Example
Text Example
White with #DF2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2254; }
p { color: rgb(223,34,84); }
H1.HeaderClassName
{
color: #DF2254;
}
.AnyTagClassName
{
color: #DF2254;
}
</style>
background-color css
<style>
a { background-color: #DF2254; }
a { background-color: rgb(223,34,84); }
div.DivClassName
{
background-color: #DF2254;
}
.BgClassName
{
background-color: #DF2254;
}
</style>
border-color css
<style>
span { border-color: #DF2254; }
span { border-color: rgb(223,34,84); }
td.TdClassName
{
border-color: #DF2254;
}
.TagClassName
{
border-color: #DF2254;
}
</style>