Shades of Amaranth #DE1F4C
Tints of Amaranth #DE1F4C
RGB
CMYK
RGB Variations
Color information
#DE1F4C (or 0xDE1F4C) is known color: Amaranth. HEX triplet: DE, 1F and 4C. RGB value is (222,31,76). Sum of RGB (Red+Green+Blue) = 222+31+76=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1F4C is #21E0B3. Grayscale: #5D5D5D. Windows color (decimal): -2220212 or 4988894. OLE color: 4988894.
HSL color Cylindrical-coordinate representation of color #DE1F4C: hue angle of 345.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F4C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 76 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.13 |
| HSL | 345.86º | 0.75% | 0.5% | - |
| HSV(B) | 345.86º | 0.86% | 0.87% | - |
| XYZ | 31.92 | 17.03 | 8.44 | - |
| YUV | 93.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 76 | 0 | 0.86 | 0.66 | 0.13 | 345.86 | 0.75 | 0.5 |
| Hex | DE | 1F | 4C | 0 | 56 | 42 | D | 15A | 4B | 32 |
| Octal | 336 | 37 | 114 | 0 | 126 | 102 | 15 | 532 | 113 | 62 |
| Binary | 11011110 | 11111 | 1001100 | 0 | 1010110 | 1000010 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DE1F4C
Complementary color
Monochromatic Colors of #DE1F4C
Black with #DE1F4C
Text Example
Text Example
White with #DE1F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1F4C; }
p { color: rgb(222,31,76); }
H1.HeaderClassName
{
color: #DE1F4C;
}
.AnyTagClassName
{
color: #DE1F4C;
}
</style>
background-color css
<style>
a { background-color: #DE1F4C; }
a { background-color: rgb(222,31,76); }
div.DivClassName
{
background-color: #DE1F4C;
}
.BgClassName
{
background-color: #DE1F4C;
}
</style>
border-color css
<style>
span { border-color: #DE1F4C; }
span { border-color: rgb(222,31,76); }
td.TdClassName
{
border-color: #DE1F4C;
}
.TagClassName
{
border-color: #DE1F4C;
}
</style>