Shades of Amaranth #DF2258
Tints of Amaranth #DF2258
RGB
CMYK
RGB Variations
Color information
#DF2258 (or 0xDF2258) is known color: Amaranth. HEX triplet: DF, 22 and 58. RGB value is (223,34,88). Sum of RGB (Red+Green+Blue) = 223+34+88=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2258 is #20DDA7. Grayscale: #606060. Windows color (decimal): -2153896 or 5776095. OLE color: 5776095.
HSL color Cylindrical-coordinate representation of color #DF2258: hue angle of 342.86º 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 #DF2258 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 88 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.13 |
| HSL | 342.86º | 0.75% | 0.5% | - |
| HSV(B) | 342.86º | 0.85% | 0.87% | - |
| XYZ | 32.76 | 17.54 | 10.89 | - |
| YUV | 96.67 | 123.12 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 88 | 0 | 0.85 | 0.61 | 0.13 | 342.86 | 0.75 | 0.5 |
| Hex | DF | 22 | 58 | 0 | 55 | 3D | D | 157 | 4B | 32 |
| Octal | 337 | 42 | 130 | 0 | 125 | 75 | 15 | 527 | 113 | 62 |
| Binary | 11011111 | 100010 | 1011000 | 0 | 1010101 | 111101 | 1101 | 101010111 | 1001011 | 110010 |
Color Harmonies of #DF2258
Complementary color
Monochromatic Colors of #DF2258
Black with #DF2258
Text Example
Text Example
White with #DF2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2258; }
p { color: rgb(223,34,88); }
H1.HeaderClassName
{
color: #DF2258;
}
.AnyTagClassName
{
color: #DF2258;
}
</style>
background-color css
<style>
a { background-color: #DF2258; }
a { background-color: rgb(223,34,88); }
div.DivClassName
{
background-color: #DF2258;
}
.BgClassName
{
background-color: #DF2258;
}
</style>
border-color css
<style>
span { border-color: #DF2258; }
span { border-color: rgb(223,34,88); }
td.TdClassName
{
border-color: #DF2258;
}
.TagClassName
{
border-color: #DF2258;
}
</style>