Shades of Amaranth #DF3D4F
Tints of Amaranth #DF3D4F
RGB
CMYK
RGB Variations
Color information
#DF3D4F (or 0xDF3D4F) is known color: Amaranth. HEX triplet: DF, 3D and 4F. RGB value is (223,61,79). Sum of RGB (Red+Green+Blue) = 223+61+79=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D4F is #20C2B0. Grayscale: #6F6F6F. Windows color (decimal): -2146993 or 5193183. OLE color: 5193183.
HSL color Cylindrical-coordinate representation of color #DF3D4F: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D4F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 79 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.13 |
| HSL | 353.33º | 0.72% | 0.56% | - |
| HSV(B) | 353.33º | 0.73% | 0.87% | - |
| XYZ | 33.51 | 19.59 | 9.41 | - |
| YUV | 111.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 79 | 0 | 0.73 | 0.65 | 0.13 | 353.33 | 0.72 | 0.56 |
| Hex | DF | 3D | 4F | 0 | 49 | 41 | D | 161 | 48 | 38 |
| Octal | 337 | 75 | 117 | 0 | 111 | 101 | 15 | 541 | 110 | 70 |
| Binary | 11011111 | 111101 | 1001111 | 0 | 1001001 | 1000001 | 1101 | 101100001 | 1001000 | 111000 |
Color Harmonies of #DF3D4F
Complementary color
Monochromatic Colors of #DF3D4F
Black with #DF3D4F
Text Example
Text Example
White with #DF3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D4F; }
p { color: rgb(223,61,79); }
H1.HeaderClassName
{
color: #DF3D4F;
}
.AnyTagClassName
{
color: #DF3D4F;
}
</style>
background-color css
<style>
a { background-color: #DF3D4F; }
a { background-color: rgb(223,61,79); }
div.DivClassName
{
background-color: #DF3D4F;
}
.BgClassName
{
background-color: #DF3D4F;
}
</style>
border-color css
<style>
span { border-color: #DF3D4F; }
span { border-color: rgb(223,61,79); }
td.TdClassName
{
border-color: #DF3D4F;
}
.TagClassName
{
border-color: #DF3D4F;
}
</style>