Shades of Amaranth #DD214E
Tints of Amaranth #DD214E
RGB
CMYK
RGB Variations
Color information
#DD214E (or 0xDD214E) is known color: Amaranth. HEX triplet: DD, 21 and 4E. RGB value is (221,33,78). Sum of RGB (Red+Green+Blue) = 221+33+78=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD214E is #22DEB1. Grayscale: #5E5E5E. Windows color (decimal): -2285234 or 5120477. OLE color: 5120477.
HSL color Cylindrical-coordinate representation of color #DD214E: hue angle of 345.64º degrees, saturation: 0.74, 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 #DD214E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 78 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.13 |
| HSL | 345.64º | 0.74% | 0.5% | - |
| HSV(B) | 345.64º | 0.85% | 0.87% | - |
| XYZ | 31.74 | 17.01 | 8.82 | - |
| YUV | 94.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 78 | 0 | 0.85 | 0.65 | 0.13 | 345.64 | 0.74 | 0.5 |
| Hex | DD | 21 | 4E | 0 | 55 | 41 | D | 15A | 4A | 32 |
| Octal | 335 | 41 | 116 | 0 | 125 | 101 | 15 | 532 | 112 | 62 |
| Binary | 11011101 | 100001 | 1001110 | 0 | 1010101 | 1000001 | 1101 | 101011010 | 1001010 | 110010 |
Color Harmonies of #DD214E
Complementary color
Monochromatic Colors of #DD214E
Black with #DD214E
Text Example
Text Example
White with #DD214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD214E; }
p { color: rgb(221,33,78); }
H1.HeaderClassName
{
color: #DD214E;
}
.AnyTagClassName
{
color: #DD214E;
}
</style>
background-color css
<style>
a { background-color: #DD214E; }
a { background-color: rgb(221,33,78); }
div.DivClassName
{
background-color: #DD214E;
}
.BgClassName
{
background-color: #DD214E;
}
</style>
border-color css
<style>
span { border-color: #DD214E; }
span { border-color: rgb(221,33,78); }
td.TdClassName
{
border-color: #DD214E;
}
.TagClassName
{
border-color: #DD214E;
}
</style>