Shades of Amaranth #DF3D44
Tints of Amaranth #DF3D44
RGB
CMYK
RGB Variations
Color information
#DF3D44 (or 0xDF3D44) is known color: Amaranth. HEX triplet: DF, 3D and 44. RGB value is (223,61,68). Sum of RGB (Red+Green+Blue) = 223+61+68=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D44 is #20C2BB. Grayscale: #6E6E6E. Windows color (decimal): -2147004 or 4472287. OLE color: 4472287.
HSL color Cylindrical-coordinate representation of color #DF3D44: hue angle of 357.41º 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 #DF3D44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 68 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.13 |
| HSL | 357.41º | 0.72% | 0.56% | - |
| HSV(B) | 357.41º | 0.73% | 0.87% | - |
| XYZ | 33.14 | 19.44 | 7.47 | - |
| YUV | 110.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 68 | 0 | 0.73 | 0.70 | 0.13 | 357.41 | 0.72 | 0.56 |
| Hex | DF | 3D | 44 | 0 | 49 | 46 | D | 165 | 48 | 38 |
| Octal | 337 | 75 | 104 | 0 | 111 | 106 | 15 | 545 | 110 | 70 |
| Binary | 11011111 | 111101 | 1000100 | 0 | 1001001 | 1000110 | 1101 | 101100101 | 1001000 | 111000 |
Color Harmonies of #DF3D44
Complementary color
Monochromatic Colors of #DF3D44
Black with #DF3D44
Text Example
Text Example
White with #DF3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D44; }
p { color: rgb(223,61,68); }
H1.HeaderClassName
{
color: #DF3D44;
}
.AnyTagClassName
{
color: #DF3D44;
}
</style>
background-color css
<style>
a { background-color: #DF3D44; }
a { background-color: rgb(223,61,68); }
div.DivClassName
{
background-color: #DF3D44;
}
.BgClassName
{
background-color: #DF3D44;
}
</style>
border-color css
<style>
span { border-color: #DF3D44; }
span { border-color: rgb(223,61,68); }
td.TdClassName
{
border-color: #DF3D44;
}
.TagClassName
{
border-color: #DF3D44;
}
</style>