Shades of Amaranth #DD3353
Tints of Amaranth #DD3353
RGB
CMYK
RGB Variations
Color information
#DD3353 (or 0xDD3353) is known color: Amaranth. HEX triplet: DD, 33 and 53. RGB value is (221,51,83). Sum of RGB (Red+Green+Blue) = 221+51+83=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3353 is #22CCAC. Grayscale: #696969. Windows color (decimal): -2280621 or 5452765. OLE color: 5452765.
HSL color Cylindrical-coordinate representation of color #DD3353: hue angle of 348.71º 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 #DD3353 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 83 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.13 |
| HSL | 348.71º | 0.71% | 0.53% | - |
| HSV(B) | 348.71º | 0.77% | 0.87% | - |
| XYZ | 32.56 | 18.36 | 10.01 | - |
| YUV | 105.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 83 | 0 | 0.77 | 0.62 | 0.13 | 348.71 | 0.71 | 0.53 |
| Hex | DD | 33 | 53 | 0 | 4D | 3E | D | 15D | 47 | 35 |
| Octal | 335 | 63 | 123 | 0 | 115 | 76 | 15 | 535 | 107 | 65 |
| Binary | 11011101 | 110011 | 1010011 | 0 | 1001101 | 111110 | 1101 | 101011101 | 1000111 | 110101 |
Color Harmonies of #DD3353
Complementary color
Monochromatic Colors of #DD3353
Black with #DD3353
Text Example
Text Example
White with #DD3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3353; }
p { color: rgb(221,51,83); }
H1.HeaderClassName
{
color: #DD3353;
}
.AnyTagClassName
{
color: #DD3353;
}
</style>
background-color css
<style>
a { background-color: #DD3353; }
a { background-color: rgb(221,51,83); }
div.DivClassName
{
background-color: #DD3353;
}
.BgClassName
{
background-color: #DD3353;
}
</style>
border-color css
<style>
span { border-color: #DD3353; }
span { border-color: rgb(221,51,83); }
td.TdClassName
{
border-color: #DD3353;
}
.TagClassName
{
border-color: #DD3353;
}
</style>