Shades of Amaranth #DF214C
Tints of Amaranth #DF214C
RGB
CMYK
RGB Variations
Color information
#DF214C (or 0xDF214C) is known color: Amaranth. HEX triplet: DF, 21 and 4C. RGB value is (223,33,76). Sum of RGB (Red+Green+Blue) = 223+33+76=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF214C is #20DEB3. Grayscale: #5E5E5E. Windows color (decimal): -2154164 or 4989407. OLE color: 4989407.
HSL color Cylindrical-coordinate representation of color #DF214C: hue angle of 346.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF214C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.13 |
| HSL | 346.42º | 0.75% | 0.5% | - |
| HSV(B) | 346.42º | 0.85% | 0.87% | - |
| XYZ | 32.28 | 17.3 | 8.47 | - |
| YUV | 94.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 76 | 0 | 0.85 | 0.66 | 0.13 | 346.42 | 0.75 | 0.5 |
| Hex | DF | 21 | 4C | 0 | 55 | 42 | D | 15A | 4B | 32 |
| Octal | 337 | 41 | 114 | 0 | 125 | 102 | 15 | 532 | 113 | 62 |
| Binary | 11011111 | 100001 | 1001100 | 0 | 1010101 | 1000010 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DF214C
Complementary color
Monochromatic Colors of #DF214C
Black with #DF214C
Text Example
Text Example
White with #DF214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF214C; }
p { color: rgb(223,33,76); }
H1.HeaderClassName
{
color: #DF214C;
}
.AnyTagClassName
{
color: #DF214C;
}
</style>
background-color css
<style>
a { background-color: #DF214C; }
a { background-color: rgb(223,33,76); }
div.DivClassName
{
background-color: #DF214C;
}
.BgClassName
{
background-color: #DF214C;
}
</style>
border-color css
<style>
span { border-color: #DF214C; }
span { border-color: rgb(223,33,76); }
td.TdClassName
{
border-color: #DF214C;
}
.TagClassName
{
border-color: #DF214C;
}
</style>