Shades of Amaranth #DF2D4A
Tints of Amaranth #DF2D4A
RGB
CMYK
RGB Variations
Color information
#DF2D4A (or 0xDF2D4A) is known color: Amaranth. HEX triplet: DF, 2D and 4A. RGB value is (223,45,74). Sum of RGB (Red+Green+Blue) = 223+45+74=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D4A is #20D2B5. Grayscale: #656565. Windows color (decimal): -2151094 or 4861407. OLE color: 4861407.
HSL color Cylindrical-coordinate representation of color #DF2D4A: hue angle of 350.22º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 74 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.13 |
| HSL | 350.22º | 0.74% | 0.53% | - |
| HSV(B) | 350.22º | 0.8% | 0.87% | - |
| XYZ | 32.61 | 18.06 | 8.25 | - |
| YUV | 101.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 74 | 0 | 0.80 | 0.67 | 0.13 | 350.22 | 0.74 | 0.53 |
| Hex | DF | 2D | 4A | 0 | 50 | 43 | D | 15E | 4A | 35 |
| Octal | 337 | 55 | 112 | 0 | 120 | 103 | 15 | 536 | 112 | 65 |
| Binary | 11011111 | 101101 | 1001010 | 0 | 1010000 | 1000011 | 1101 | 101011110 | 1001010 | 110101 |
Color Harmonies of #DF2D4A
Complementary color
Monochromatic Colors of #DF2D4A
Black with #DF2D4A
Text Example
Text Example
White with #DF2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D4A; }
p { color: rgb(223,45,74); }
H1.HeaderClassName
{
color: #DF2D4A;
}
.AnyTagClassName
{
color: #DF2D4A;
}
</style>
background-color css
<style>
a { background-color: #DF2D4A; }
a { background-color: rgb(223,45,74); }
div.DivClassName
{
background-color: #DF2D4A;
}
.BgClassName
{
background-color: #DF2D4A;
}
</style>
border-color css
<style>
span { border-color: #DF2D4A; }
span { border-color: rgb(223,45,74); }
td.TdClassName
{
border-color: #DF2D4A;
}
.TagClassName
{
border-color: #DF2D4A;
}
</style>