Shades of Amaranth #DF3D4A
Tints of Amaranth #DF3D4A
RGB
CMYK
RGB Variations
Color information
#DF3D4A (or 0xDF3D4A) is known color: Amaranth. HEX triplet: DF, 3D and 4A. RGB value is (223,61,74). Sum of RGB (Red+Green+Blue) = 223+61+74=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D4A is #20C2B5. Grayscale: #6F6F6F. Windows color (decimal): -2146998 or 4865503. OLE color: 4865503.
HSL color Cylindrical-coordinate representation of color #DF3D4A: hue angle of 355.19º 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 #DF3D4A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 74 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.13 |
| HSL | 355.19º | 0.72% | 0.56% | - |
| HSV(B) | 355.19º | 0.73% | 0.87% | - |
| XYZ | 33.34 | 19.52 | 8.49 | - |
| YUV | 110.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 74 | 0 | 0.73 | 0.67 | 0.13 | 355.19 | 0.72 | 0.56 |
| Hex | DF | 3D | 4A | 0 | 49 | 43 | D | 163 | 48 | 38 |
| Octal | 337 | 75 | 112 | 0 | 111 | 103 | 15 | 543 | 110 | 70 |
| Binary | 11011111 | 111101 | 1001010 | 0 | 1001001 | 1000011 | 1101 | 101100011 | 1001000 | 111000 |
Color Harmonies of #DF3D4A
Complementary color
Monochromatic Colors of #DF3D4A
Black with #DF3D4A
Text Example
Text Example
White with #DF3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D4A; }
p { color: rgb(223,61,74); }
H1.HeaderClassName
{
color: #DF3D4A;
}
.AnyTagClassName
{
color: #DF3D4A;
}
</style>
background-color css
<style>
a { background-color: #DF3D4A; }
a { background-color: rgb(223,61,74); }
div.DivClassName
{
background-color: #DF3D4A;
}
.BgClassName
{
background-color: #DF3D4A;
}
</style>
border-color css
<style>
span { border-color: #DF3D4A; }
span { border-color: rgb(223,61,74); }
td.TdClassName
{
border-color: #DF3D4A;
}
.TagClassName
{
border-color: #DF3D4A;
}
</style>