Shades of Amaranth #DD264E
Tints of Amaranth #DD264E
RGB
CMYK
RGB Variations
Color information
#DD264E (or 0xDD264E) is known color: Amaranth. HEX triplet: DD, 26 and 4E. RGB value is (221,38,78). Sum of RGB (Red+Green+Blue) = 221+38+78=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD264E is #22D9B1. Grayscale: #616161. Windows color (decimal): -2283954 or 5121757. OLE color: 5121757.
HSL color Cylindrical-coordinate representation of color #DD264E: hue angle of 346.89º degrees, saturation: 0.73, 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 #DD264E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 78 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 346.89º | 0.73% | 0.51% | - |
| HSV(B) | 346.89º | 0.83% | 0.87% | - |
| XYZ | 31.89 | 17.31 | 8.87 | - |
| YUV | 97.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 78 | 0 | 0.83 | 0.65 | 0.13 | 346.89 | 0.73 | 0.51 |
| Hex | DD | 26 | 4E | 0 | 53 | 41 | D | 15B | 49 | 33 |
| Octal | 335 | 46 | 116 | 0 | 123 | 101 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 100110 | 1001110 | 0 | 1010011 | 1000001 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD264E
Complementary color
Monochromatic Colors of #DD264E
Black with #DD264E
Text Example
Text Example
White with #DD264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD264E; }
p { color: rgb(221,38,78); }
H1.HeaderClassName
{
color: #DD264E;
}
.AnyTagClassName
{
color: #DD264E;
}
</style>
background-color css
<style>
a { background-color: #DD264E; }
a { background-color: rgb(221,38,78); }
div.DivClassName
{
background-color: #DD264E;
}
.BgClassName
{
background-color: #DD264E;
}
</style>
border-color css
<style>
span { border-color: #DD264E; }
span { border-color: rgb(221,38,78); }
td.TdClassName
{
border-color: #DD264E;
}
.TagClassName
{
border-color: #DD264E;
}
</style>