Shades of Amaranth #DF334F
Tints of Amaranth #DF334F
RGB
CMYK
RGB Variations
Color information
#DF334F (or 0xDF334F) is known color: Amaranth. HEX triplet: DF, 33 and 4F. RGB value is (223,51,79). Sum of RGB (Red+Green+Blue) = 223+51+79=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF334F is #20CCB0. Grayscale: #696969. Windows color (decimal): -2149553 or 5190623. OLE color: 5190623.
HSL color Cylindrical-coordinate representation of color #DF334F: hue angle of 350.23º 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 #DF334F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 79 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.13 |
| HSL | 350.23º | 0.73% | 0.54% | - |
| HSV(B) | 350.23º | 0.77% | 0.87% | - |
| XYZ | 33.03 | 18.62 | 9.25 | - |
| YUV | 105.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 79 | 0 | 0.77 | 0.65 | 0.13 | 350.23 | 0.73 | 0.54 |
| Hex | DF | 33 | 4F | 0 | 4D | 41 | D | 15E | 49 | 36 |
| Octal | 337 | 63 | 117 | 0 | 115 | 101 | 15 | 536 | 111 | 66 |
| Binary | 11011111 | 110011 | 1001111 | 0 | 1001101 | 1000001 | 1101 | 101011110 | 1001001 | 110110 |
Color Harmonies of #DF334F
Complementary color
Monochromatic Colors of #DF334F
Black with #DF334F
Text Example
Text Example
White with #DF334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF334F; }
p { color: rgb(223,51,79); }
H1.HeaderClassName
{
color: #DF334F;
}
.AnyTagClassName
{
color: #DF334F;
}
</style>
background-color css
<style>
a { background-color: #DF334F; }
a { background-color: rgb(223,51,79); }
div.DivClassName
{
background-color: #DF334F;
}
.BgClassName
{
background-color: #DF334F;
}
</style>
border-color css
<style>
span { border-color: #DF334F; }
span { border-color: rgb(223,51,79); }
td.TdClassName
{
border-color: #DF334F;
}
.TagClassName
{
border-color: #DF334F;
}
</style>