Shades of Amaranth #DF215A
Tints of Amaranth #DF215A
RGB
CMYK
RGB Variations
Color information
#DF215A (or 0xDF215A) is known color: Amaranth. HEX triplet: DF, 21 and 5A. RGB value is (223,33,90). Sum of RGB (Red+Green+Blue) = 223+33+90=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF215A is #20DEA5. Grayscale: #606060. Windows color (decimal): -2154150 or 5906911. OLE color: 5906911.
HSL color Cylindrical-coordinate representation of color #DF215A: hue angle of 342º 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 #DF215A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 90 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.13 |
| HSL | 342º | 0.75% | 0.5% | - |
| HSV(B) | 342º | 0.85% | 0.87% | - |
| XYZ | 32.82 | 17.51 | 11.32 | - |
| YUV | 96.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 90 | 0 | 0.85 | 0.60 | 0.13 | 342 | 0.75 | 0.5 |
| Hex | DF | 21 | 5A | 0 | 55 | 3C | D | 156 | 4B | 32 |
| Octal | 337 | 41 | 132 | 0 | 125 | 74 | 15 | 526 | 113 | 62 |
| Binary | 11011111 | 100001 | 1011010 | 0 | 1010101 | 111100 | 1101 | 101010110 | 1001011 | 110010 |
Color Harmonies of #DF215A
Complementary color
Monochromatic Colors of #DF215A
Black with #DF215A
Text Example
Text Example
White with #DF215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF215A; }
p { color: rgb(223,33,90); }
H1.HeaderClassName
{
color: #DF215A;
}
.AnyTagClassName
{
color: #DF215A;
}
</style>
background-color css
<style>
a { background-color: #DF215A; }
a { background-color: rgb(223,33,90); }
div.DivClassName
{
background-color: #DF215A;
}
.BgClassName
{
background-color: #DF215A;
}
</style>
border-color css
<style>
span { border-color: #DF215A; }
span { border-color: rgb(223,33,90); }
td.TdClassName
{
border-color: #DF215A;
}
.TagClassName
{
border-color: #DF215A;
}
</style>