Shades of Amaranth #DF3356
Tints of Amaranth #DF3356
RGB
CMYK
RGB Variations
Color information
#DF3356 (or 0xDF3356) is known color: Amaranth. HEX triplet: DF, 33 and 56. RGB value is (223,51,86). Sum of RGB (Red+Green+Blue) = 223+51+86=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3356 is #20CCA9. Grayscale: #6A6A6A. Windows color (decimal): -2149546 or 5649375. OLE color: 5649375.
HSL color Cylindrical-coordinate representation of color #DF3356: hue angle of 347.79º 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 #DF3356 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 86 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.13 |
| HSL | 347.79º | 0.73% | 0.54% | - |
| HSV(B) | 347.79º | 0.77% | 0.87% | - |
| XYZ | 33.29 | 18.73 | 10.66 | - |
| YUV | 106.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 86 | 0 | 0.77 | 0.61 | 0.13 | 347.79 | 0.73 | 0.54 |
| Hex | DF | 33 | 56 | 0 | 4D | 3D | D | 15C | 49 | 36 |
| Octal | 337 | 63 | 126 | 0 | 115 | 75 | 15 | 534 | 111 | 66 |
| Binary | 11011111 | 110011 | 1010110 | 0 | 1001101 | 111101 | 1101 | 101011100 | 1001001 | 110110 |
Color Harmonies of #DF3356
Complementary color
Monochromatic Colors of #DF3356
Black with #DF3356
Text Example
Text Example
White with #DF3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3356; }
p { color: rgb(223,51,86); }
H1.HeaderClassName
{
color: #DF3356;
}
.AnyTagClassName
{
color: #DF3356;
}
</style>
background-color css
<style>
a { background-color: #DF3356; }
a { background-color: rgb(223,51,86); }
div.DivClassName
{
background-color: #DF3356;
}
.BgClassName
{
background-color: #DF3356;
}
</style>
border-color css
<style>
span { border-color: #DF3356; }
span { border-color: rgb(223,51,86); }
td.TdClassName
{
border-color: #DF3356;
}
.TagClassName
{
border-color: #DF3356;
}
</style>