Shades of Amaranth #DD324B
Tints of Amaranth #DD324B
RGB
CMYK
RGB Variations
Color information
#DD324B (or 0xDD324B) is known color: Amaranth. HEX triplet: DD, 32 and 4B. RGB value is (221,50,75). Sum of RGB (Red+Green+Blue) = 221+50+75=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD324B is #22CDB4. Grayscale: #686868. Windows color (decimal): -2280885 or 4928221. OLE color: 4928221.
HSL color Cylindrical-coordinate representation of color #DD324B: hue angle of 351.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD324B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 75 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.13 |
| HSL | 351.23º | 0.72% | 0.53% | - |
| HSV(B) | 351.23º | 0.77% | 0.87% | - |
| XYZ | 32.23 | 18.16 | 8.46 | - |
| YUV | 103.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 75 | 0 | 0.77 | 0.66 | 0.13 | 351.23 | 0.72 | 0.53 |
| Hex | DD | 32 | 4B | 0 | 4D | 42 | D | 15F | 48 | 35 |
| Octal | 335 | 62 | 113 | 0 | 115 | 102 | 15 | 537 | 110 | 65 |
| Binary | 11011101 | 110010 | 1001011 | 0 | 1001101 | 1000010 | 1101 | 101011111 | 1001000 | 110101 |
Color Harmonies of #DD324B
Complementary color
Monochromatic Colors of #DD324B
Black with #DD324B
Text Example
Text Example
White with #DD324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD324B; }
p { color: rgb(221,50,75); }
H1.HeaderClassName
{
color: #DD324B;
}
.AnyTagClassName
{
color: #DD324B;
}
</style>
background-color css
<style>
a { background-color: #DD324B; }
a { background-color: rgb(221,50,75); }
div.DivClassName
{
background-color: #DD324B;
}
.BgClassName
{
background-color: #DD324B;
}
</style>
border-color css
<style>
span { border-color: #DD324B; }
span { border-color: rgb(221,50,75); }
td.TdClassName
{
border-color: #DD324B;
}
.TagClassName
{
border-color: #DD324B;
}
</style>