Shades of Amaranth #DF3355
Tints of Amaranth #DF3355
RGB
CMYK
RGB Variations
Color information
#DF3355 (or 0xDF3355) is known color: Amaranth. HEX triplet: DF, 33 and 55. RGB value is (223,51,85). Sum of RGB (Red+Green+Blue) = 223+51+85=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3355 is #20CCAA. Grayscale: #6A6A6A. Windows color (decimal): -2149547 or 5583839. OLE color: 5583839.
HSL color Cylindrical-coordinate representation of color #DF3355: hue angle of 348.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3355 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 85 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.13 |
| HSL | 348.14º | 0.73% | 0.54% | - |
| HSV(B) | 348.14º | 0.77% | 0.87% | - |
| XYZ | 33.25 | 18.71 | 10.45 | - |
| YUV | 106.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 85 | 0 | 0.77 | 0.62 | 0.13 | 348.14 | 0.73 | 0.54 |
| Hex | DF | 33 | 55 | 0 | 4D | 3E | D | 15C | 49 | 36 |
| Octal | 337 | 63 | 125 | 0 | 115 | 76 | 15 | 534 | 111 | 66 |
| Binary | 11011111 | 110011 | 1010101 | 0 | 1001101 | 111110 | 1101 | 101011100 | 1001001 | 110110 |
Color Harmonies of #DF3355
Complementary color
Monochromatic Colors of #DF3355
Black with #DF3355
Text Example
Text Example
White with #DF3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3355; }
p { color: rgb(223,51,85); }
H1.HeaderClassName
{
color: #DF3355;
}
.AnyTagClassName
{
color: #DF3355;
}
</style>
background-color css
<style>
a { background-color: #DF3355; }
a { background-color: rgb(223,51,85); }
div.DivClassName
{
background-color: #DF3355;
}
.BgClassName
{
background-color: #DF3355;
}
</style>
border-color css
<style>
span { border-color: #DF3355; }
span { border-color: rgb(223,51,85); }
td.TdClassName
{
border-color: #DF3355;
}
.TagClassName
{
border-color: #DF3355;
}
</style>