Shades of Amaranth #DF3153
Tints of Amaranth #DF3153
RGB
CMYK
RGB Variations
Color information
#DF3153 (or 0xDF3153) is known color: Amaranth. HEX triplet: DF, 31 and 53. RGB value is (223,49,83). Sum of RGB (Red+Green+Blue) = 223+49+83=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3153 is #20CEAC. Grayscale: #686868. Windows color (decimal): -2150061 or 5452255. OLE color: 5452255.
HSL color Cylindrical-coordinate representation of color #DF3153: hue angle of 348.28º 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 #DF3153 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 83 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.13 |
| HSL | 348.28º | 0.73% | 0.53% | - |
| HSV(B) | 348.28º | 0.78% | 0.87% | - |
| XYZ | 33.09 | 18.51 | 10.01 | - |
| YUV | 104.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 83 | 0 | 0.78 | 0.63 | 0.13 | 348.28 | 0.73 | 0.53 |
| Hex | DF | 31 | 53 | 0 | 4E | 3F | D | 15C | 49 | 35 |
| Octal | 337 | 61 | 123 | 0 | 116 | 77 | 15 | 534 | 111 | 65 |
| Binary | 11011111 | 110001 | 1010011 | 0 | 1001110 | 111111 | 1101 | 101011100 | 1001001 | 110101 |
Color Harmonies of #DF3153
Complementary color
Monochromatic Colors of #DF3153
Black with #DF3153
Text Example
Text Example
White with #DF3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3153; }
p { color: rgb(223,49,83); }
H1.HeaderClassName
{
color: #DF3153;
}
.AnyTagClassName
{
color: #DF3153;
}
</style>
background-color css
<style>
a { background-color: #DF3153; }
a { background-color: rgb(223,49,83); }
div.DivClassName
{
background-color: #DF3153;
}
.BgClassName
{
background-color: #DF3153;
}
</style>
border-color css
<style>
span { border-color: #DF3153; }
span { border-color: rgb(223,49,83); }
td.TdClassName
{
border-color: #DF3153;
}
.TagClassName
{
border-color: #DF3153;
}
</style>