Shades of Amaranth #DD3348
Tints of Amaranth #DD3348
RGB
CMYK
RGB Variations
Color information
#DD3348 (or 0xDD3348) is known color: Amaranth. HEX triplet: DD, 33 and 48. RGB value is (221,51,72). Sum of RGB (Red+Green+Blue) = 221+51+72=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3348 is #22CCB7. Grayscale: #686868. Windows color (decimal): -2280632 or 4731869. OLE color: 4731869.
HSL color Cylindrical-coordinate representation of color #DD3348: hue angle of 352.59º degrees, saturation: 0.71, 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 #DD3348 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 72 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.13 |
| HSL | 352.59º | 0.71% | 0.53% | - |
| HSV(B) | 352.59º | 0.77% | 0.87% | - |
| XYZ | 32.17 | 18.21 | 7.95 | - |
| YUV | 104.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 72 | 0 | 0.77 | 0.67 | 0.13 | 352.59 | 0.71 | 0.53 |
| Hex | DD | 33 | 48 | 0 | 4D | 43 | D | 161 | 47 | 35 |
| Octal | 335 | 63 | 110 | 0 | 115 | 103 | 15 | 541 | 107 | 65 |
| Binary | 11011101 | 110011 | 1001000 | 0 | 1001101 | 1000011 | 1101 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DD3348
Complementary color
Monochromatic Colors of #DD3348
Black with #DD3348
Text Example
Text Example
White with #DD3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3348; }
p { color: rgb(221,51,72); }
H1.HeaderClassName
{
color: #DD3348;
}
.AnyTagClassName
{
color: #DD3348;
}
</style>
background-color css
<style>
a { background-color: #DD3348; }
a { background-color: rgb(221,51,72); }
div.DivClassName
{
background-color: #DD3348;
}
.BgClassName
{
background-color: #DD3348;
}
</style>
border-color css
<style>
span { border-color: #DD3348; }
span { border-color: rgb(221,51,72); }
td.TdClassName
{
border-color: #DD3348;
}
.TagClassName
{
border-color: #DD3348;
}
</style>