Shades of Amaranth #DF254E
Tints of Amaranth #DF254E
RGB
CMYK
RGB Variations
Color information
#DF254E (or 0xDF254E) is known color: Amaranth. HEX triplet: DF, 25 and 4E. RGB value is (223,37,78). Sum of RGB (Red+Green+Blue) = 223+37+78=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF254E is #20DAB1. Grayscale: #616161. Windows color (decimal): -2153138 or 5121503. OLE color: 5121503.
HSL color Cylindrical-coordinate representation of color #DF254E: hue angle of 346.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF254E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 78 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 346.77º | 0.74% | 0.51% | - |
| HSV(B) | 346.77º | 0.83% | 0.87% | - |
| XYZ | 32.47 | 17.56 | 8.89 | - |
| YUV | 97.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 78 | 0 | 0.83 | 0.65 | 0.13 | 346.77 | 0.74 | 0.51 |
| Hex | DF | 25 | 4E | 0 | 53 | 41 | D | 15B | 4A | 33 |
| Octal | 337 | 45 | 116 | 0 | 123 | 101 | 15 | 533 | 112 | 63 |
| Binary | 11011111 | 100101 | 1001110 | 0 | 1010011 | 1000001 | 1101 | 101011011 | 1001010 | 110011 |
Color Harmonies of #DF254E
Complementary color
Monochromatic Colors of #DF254E
Black with #DF254E
Text Example
Text Example
White with #DF254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF254E; }
p { color: rgb(223,37,78); }
H1.HeaderClassName
{
color: #DF254E;
}
.AnyTagClassName
{
color: #DF254E;
}
</style>
background-color css
<style>
a { background-color: #DF254E; }
a { background-color: rgb(223,37,78); }
div.DivClassName
{
background-color: #DF254E;
}
.BgClassName
{
background-color: #DF254E;
}
</style>
border-color css
<style>
span { border-color: #DF254E; }
span { border-color: rgb(223,37,78); }
td.TdClassName
{
border-color: #DF254E;
}
.TagClassName
{
border-color: #DF254E;
}
</style>