Shades of Amaranth #DF3D4C
Tints of Amaranth #DF3D4C
RGB
CMYK
RGB Variations
Color information
#DF3D4C (or 0xDF3D4C) is known color: Amaranth. HEX triplet: DF, 3D and 4C. RGB value is (223,61,76). Sum of RGB (Red+Green+Blue) = 223+61+76=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D4C is #20C2B3. Grayscale: #6F6F6F. Windows color (decimal): -2146996 or 4996575. OLE color: 4996575.
HSL color Cylindrical-coordinate representation of color #DF3D4C: hue angle of 354.44º 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 #DF3D4C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 76 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.13 |
| HSL | 354.44º | 0.72% | 0.56% | - |
| HSV(B) | 354.44º | 0.73% | 0.87% | - |
| XYZ | 33.4 | 19.55 | 8.85 | - |
| YUV | 111.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 76 | 0 | 0.73 | 0.66 | 0.13 | 354.44 | 0.72 | 0.56 |
| Hex | DF | 3D | 4C | 0 | 49 | 42 | D | 162 | 48 | 38 |
| Octal | 337 | 75 | 114 | 0 | 111 | 102 | 15 | 542 | 110 | 70 |
| Binary | 11011111 | 111101 | 1001100 | 0 | 1001001 | 1000010 | 1101 | 101100010 | 1001000 | 111000 |
Color Harmonies of #DF3D4C
Complementary color
Monochromatic Colors of #DF3D4C
Black with #DF3D4C
Text Example
Text Example
White with #DF3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D4C; }
p { color: rgb(223,61,76); }
H1.HeaderClassName
{
color: #DF3D4C;
}
.AnyTagClassName
{
color: #DF3D4C;
}
</style>
background-color css
<style>
a { background-color: #DF3D4C; }
a { background-color: rgb(223,61,76); }
div.DivClassName
{
background-color: #DF3D4C;
}
.BgClassName
{
background-color: #DF3D4C;
}
</style>
border-color css
<style>
span { border-color: #DF3D4C; }
span { border-color: rgb(223,61,76); }
td.TdClassName
{
border-color: #DF3D4C;
}
.TagClassName
{
border-color: #DF3D4C;
}
</style>