Shades of Amaranth #DF3F4C
Tints of Amaranth #DF3F4C
RGB
CMYK
RGB Variations
Color information
#DF3F4C (or 0xDF3F4C) is known color: Amaranth. HEX triplet: DF, 3F and 4C. RGB value is (223,63,76). Sum of RGB (Red+Green+Blue) = 223+63+76=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F4C is #20C0B3. Grayscale: #707070. Windows color (decimal): -2146484 or 4997087. OLE color: 4997087.
HSL color Cylindrical-coordinate representation of color #DF3F4C: hue angle of 355.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F4C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 76 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.13 |
| HSL | 355.13º | 0.71% | 0.56% | - |
| HSV(B) | 355.13º | 0.72% | 0.87% | - |
| XYZ | 33.51 | 19.76 | 8.89 | - |
| YUV | 112.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 76 | 0 | 0.72 | 0.66 | 0.13 | 355.13 | 0.71 | 0.56 |
| Hex | DF | 3F | 4C | 0 | 48 | 42 | D | 163 | 47 | 38 |
| Octal | 337 | 77 | 114 | 0 | 110 | 102 | 15 | 543 | 107 | 70 |
| Binary | 11011111 | 111111 | 1001100 | 0 | 1001000 | 1000010 | 1101 | 101100011 | 1000111 | 111000 |
Color Harmonies of #DF3F4C
Complementary color
Monochromatic Colors of #DF3F4C
Black with #DF3F4C
Text Example
Text Example
White with #DF3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F4C; }
p { color: rgb(223,63,76); }
H1.HeaderClassName
{
color: #DF3F4C;
}
.AnyTagClassName
{
color: #DF3F4C;
}
</style>
background-color css
<style>
a { background-color: #DF3F4C; }
a { background-color: rgb(223,63,76); }
div.DivClassName
{
background-color: #DF3F4C;
}
.BgClassName
{
background-color: #DF3F4C;
}
</style>
border-color css
<style>
span { border-color: #DF3F4C; }
span { border-color: rgb(223,63,76); }
td.TdClassName
{
border-color: #DF3F4C;
}
.TagClassName
{
border-color: #DF3F4C;
}
</style>