Shades of Amaranth #DC214C
Tints of Amaranth #DC214C
RGB
CMYK
RGB Variations
Color information
#DC214C (or 0xDC214C) is known color: Amaranth. HEX triplet: DC, 21 and 4C. RGB value is (220,33,76). Sum of RGB (Red+Green+Blue) = 220+33+76=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC214C is #23DEB3. Grayscale: #5D5D5D. Windows color (decimal): -2350772 or 4989404. OLE color: 4989404.
HSL color Cylindrical-coordinate representation of color #DC214C: hue angle of 346.2º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC214C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.14 |
| HSL | 346.2º | 0.74% | 0.5% | - |
| HSV(B) | 346.2º | 0.85% | 0.86% | - |
| XYZ | 31.36 | 16.83 | 8.43 | - |
| YUV | 93.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 76 | 0 | 0.85 | 0.65 | 0.14 | 346.2 | 0.74 | 0.5 |
| Hex | DC | 21 | 4C | 0 | 55 | 41 | E | 15A | 4A | 32 |
| Octal | 334 | 41 | 114 | 0 | 125 | 101 | 16 | 532 | 112 | 62 |
| Binary | 11011100 | 100001 | 1001100 | 0 | 1010101 | 1000001 | 1110 | 101011010 | 1001010 | 110010 |
Color Harmonies of #DC214C
Complementary color
Monochromatic Colors of #DC214C
Black with #DC214C
Text Example
Text Example
White with #DC214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC214C; }
p { color: rgb(220,33,76); }
H1.HeaderClassName
{
color: #DC214C;
}
.AnyTagClassName
{
color: #DC214C;
}
</style>
background-color css
<style>
a { background-color: #DC214C; }
a { background-color: rgb(220,33,76); }
div.DivClassName
{
background-color: #DC214C;
}
.BgClassName
{
background-color: #DC214C;
}
</style>
border-color css
<style>
span { border-color: #DC214C; }
span { border-color: rgb(220,33,76); }
td.TdClassName
{
border-color: #DC214C;
}
.TagClassName
{
border-color: #DC214C;
}
</style>