Shades of Amaranth #DD264F
Tints of Amaranth #DD264F
RGB
CMYK
RGB Variations
Color information
#DD264F (or 0xDD264F) is known color: Amaranth. HEX triplet: DD, 26 and 4F. RGB value is (221,38,79). Sum of RGB (Red+Green+Blue) = 221+38+79=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD264F is #22D9B0. Grayscale: #616161. Windows color (decimal): -2283953 or 5187293. OLE color: 5187293.
HSL color Cylindrical-coordinate representation of color #DD264F: hue angle of 346.56º 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 #DD264F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.13 |
| HSL | 346.56º | 0.73% | 0.51% | - |
| HSV(B) | 346.56º | 0.83% | 0.87% | - |
| XYZ | 31.92 | 17.32 | 9.06 | - |
| YUV | 97.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 79 | 0 | 0.83 | 0.64 | 0.13 | 346.56 | 0.73 | 0.51 |
| Hex | DD | 26 | 4F | 0 | 53 | 40 | D | 15B | 49 | 33 |
| Octal | 335 | 46 | 117 | 0 | 123 | 100 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 100110 | 1001111 | 0 | 1010011 | 1000000 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD264F
Complementary color
Monochromatic Colors of #DD264F
Black with #DD264F
Text Example
Text Example
White with #DD264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD264F; }
p { color: rgb(221,38,79); }
H1.HeaderClassName
{
color: #DD264F;
}
.AnyTagClassName
{
color: #DD264F;
}
</style>
background-color css
<style>
a { background-color: #DD264F; }
a { background-color: rgb(221,38,79); }
div.DivClassName
{
background-color: #DD264F;
}
.BgClassName
{
background-color: #DD264F;
}
</style>
border-color css
<style>
span { border-color: #DD264F; }
span { border-color: rgb(221,38,79); }
td.TdClassName
{
border-color: #DD264F;
}
.TagClassName
{
border-color: #DD264F;
}
</style>