Shades of Amaranth #DD2753
Tints of Amaranth #DD2753
RGB
CMYK
RGB Variations
Color information
#DD2753 (or 0xDD2753) is known color: Amaranth. HEX triplet: DD, 27 and 53. RGB value is (221,39,83). Sum of RGB (Red+Green+Blue) = 221+39+83=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2753 is #22D8AC. Grayscale: #626262. Windows color (decimal): -2283693 or 5449693. OLE color: 5449693.
HSL color Cylindrical-coordinate representation of color #DD2753: hue angle of 345.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2753 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.13 |
| HSL | 345.49º | 0.73% | 0.51% | - |
| HSV(B) | 345.49º | 0.82% | 0.87% | - |
| XYZ | 32.11 | 17.45 | 9.86 | - |
| YUV | 98.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 83 | 0 | 0.82 | 0.62 | 0.13 | 345.49 | 0.73 | 0.51 |
| Hex | DD | 27 | 53 | 0 | 52 | 3E | D | 159 | 49 | 33 |
| Octal | 335 | 47 | 123 | 0 | 122 | 76 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 100111 | 1010011 | 0 | 1010010 | 111110 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2753
Complementary color
Monochromatic Colors of #DD2753
Black with #DD2753
Text Example
Text Example
White with #DD2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2753; }
p { color: rgb(221,39,83); }
H1.HeaderClassName
{
color: #DD2753;
}
.AnyTagClassName
{
color: #DD2753;
}
</style>
background-color css
<style>
a { background-color: #DD2753; }
a { background-color: rgb(221,39,83); }
div.DivClassName
{
background-color: #DD2753;
}
.BgClassName
{
background-color: #DD2753;
}
</style>
border-color css
<style>
span { border-color: #DD2753; }
span { border-color: rgb(221,39,83); }
td.TdClassName
{
border-color: #DD2753;
}
.TagClassName
{
border-color: #DD2753;
}
</style>