Shades of Amaranth #DF2F48
Tints of Amaranth #DF2F48
RGB
CMYK
RGB Variations
Color information
#DF2F48 (or 0xDF2F48) is known color: Amaranth. HEX triplet: DF, 2F and 48. RGB value is (223,47,72). Sum of RGB (Red+Green+Blue) = 223+47+72=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F48 is #20D0B7. Grayscale: #666666. Windows color (decimal): -2150584 or 4730847. OLE color: 4730847.
HSL color Cylindrical-coordinate representation of color #DF2F48: hue angle of 351.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F48 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 72 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.13 |
| HSL | 351.48º | 0.73% | 0.53% | - |
| HSV(B) | 351.48º | 0.79% | 0.87% | - |
| XYZ | 32.62 | 18.19 | 7.92 | - |
| YUV | 102.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 72 | 0 | 0.79 | 0.68 | 0.13 | 351.48 | 0.73 | 0.53 |
| Hex | DF | 2F | 48 | 0 | 4F | 44 | D | 15F | 49 | 35 |
| Octal | 337 | 57 | 110 | 0 | 117 | 104 | 15 | 537 | 111 | 65 |
| Binary | 11011111 | 101111 | 1001000 | 0 | 1001111 | 1000100 | 1101 | 101011111 | 1001001 | 110101 |
Color Harmonies of #DF2F48
Complementary color
Monochromatic Colors of #DF2F48
Black with #DF2F48
Text Example
Text Example
White with #DF2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F48; }
p { color: rgb(223,47,72); }
H1.HeaderClassName
{
color: #DF2F48;
}
.AnyTagClassName
{
color: #DF2F48;
}
</style>
background-color css
<style>
a { background-color: #DF2F48; }
a { background-color: rgb(223,47,72); }
div.DivClassName
{
background-color: #DF2F48;
}
.BgClassName
{
background-color: #DF2F48;
}
</style>
border-color css
<style>
span { border-color: #DF2F48; }
span { border-color: rgb(223,47,72); }
td.TdClassName
{
border-color: #DF2F48;
}
.TagClassName
{
border-color: #DF2F48;
}
</style>