Shades of Amaranth #DF3158
Tints of Amaranth #DF3158
RGB
CMYK
RGB Variations
Color information
#DF3158 (or 0xDF3158) is known color: Amaranth. HEX triplet: DF, 31 and 58. RGB value is (223,49,88). Sum of RGB (Red+Green+Blue) = 223+49+88=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3158 is #20CEA7. Grayscale: #696969. Windows color (decimal): -2150056 or 5779935. OLE color: 5779935.
HSL color Cylindrical-coordinate representation of color #DF3158: hue angle of 346.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3158 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 88 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.13 |
| HSL | 346.55º | 0.73% | 0.53% | - |
| HSV(B) | 346.55º | 0.78% | 0.87% | - |
| XYZ | 33.29 | 18.59 | 11.07 | - |
| YUV | 105.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 88 | 0 | 0.78 | 0.61 | 0.13 | 346.55 | 0.73 | 0.53 |
| Hex | DF | 31 | 58 | 0 | 4E | 3D | D | 15B | 49 | 35 |
| Octal | 337 | 61 | 130 | 0 | 116 | 75 | 15 | 533 | 111 | 65 |
| Binary | 11011111 | 110001 | 1011000 | 0 | 1001110 | 111101 | 1101 | 101011011 | 1001001 | 110101 |
Color Harmonies of #DF3158
Complementary color
Monochromatic Colors of #DF3158
Black with #DF3158
Text Example
Text Example
White with #DF3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3158; }
p { color: rgb(223,49,88); }
H1.HeaderClassName
{
color: #DF3158;
}
.AnyTagClassName
{
color: #DF3158;
}
</style>
background-color css
<style>
a { background-color: #DF3158; }
a { background-color: rgb(223,49,88); }
div.DivClassName
{
background-color: #DF3158;
}
.BgClassName
{
background-color: #DF3158;
}
</style>
border-color css
<style>
span { border-color: #DF3158; }
span { border-color: rgb(223,49,88); }
td.TdClassName
{
border-color: #DF3158;
}
.TagClassName
{
border-color: #DF3158;
}
</style>