Shades of Amaranth #DD364F
Tints of Amaranth #DD364F
RGB
CMYK
RGB Variations
Color information
#DD364F (or 0xDD364F) is known color: Amaranth. HEX triplet: DD, 36 and 4F. RGB value is (221,54,79). Sum of RGB (Red+Green+Blue) = 221+54+79=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD364F is #22C9B0. Grayscale: #6A6A6A. Windows color (decimal): -2279857 or 5191389. OLE color: 5191389.
HSL color Cylindrical-coordinate representation of color #DD364F: hue angle of 351.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD364F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 79 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.13 |
| HSL | 351.02º | 0.71% | 0.54% | - |
| HSV(B) | 351.02º | 0.76% | 0.87% | - |
| XYZ | 32.55 | 18.58 | 9.27 | - |
| YUV | 106.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 79 | 0 | 0.76 | 0.64 | 0.13 | 351.02 | 0.71 | 0.54 |
| Hex | DD | 36 | 4F | 0 | 4C | 40 | D | 15F | 47 | 36 |
| Octal | 335 | 66 | 117 | 0 | 114 | 100 | 15 | 537 | 107 | 66 |
| Binary | 11011101 | 110110 | 1001111 | 0 | 1001100 | 1000000 | 1101 | 101011111 | 1000111 | 110110 |
Color Harmonies of #DD364F
Complementary color
Monochromatic Colors of #DD364F
Black with #DD364F
Text Example
Text Example
White with #DD364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD364F; }
p { color: rgb(221,54,79); }
H1.HeaderClassName
{
color: #DD364F;
}
.AnyTagClassName
{
color: #DD364F;
}
</style>
background-color css
<style>
a { background-color: #DD364F; }
a { background-color: rgb(221,54,79); }
div.DivClassName
{
background-color: #DD364F;
}
.BgClassName
{
background-color: #DD364F;
}
</style>
border-color css
<style>
span { border-color: #DD364F; }
span { border-color: rgb(221,54,79); }
td.TdClassName
{
border-color: #DD364F;
}
.TagClassName
{
border-color: #DD364F;
}
</style>