Shades of Amaranth #DD3852
Tints of Amaranth #DD3852
RGB
CMYK
RGB Variations
Color information
#DD3852 (or 0xDD3852) is known color: Amaranth. HEX triplet: DD, 38 and 52. RGB value is (221,56,82). Sum of RGB (Red+Green+Blue) = 221+56+82=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3852 is #22C7AD. Grayscale: #6C6C6C. Windows color (decimal): -2279342 or 5388509. OLE color: 5388509.
HSL color Cylindrical-coordinate representation of color #DD3852: hue angle of 350.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3852 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 82 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.13 |
| HSL | 350.55º | 0.71% | 0.54% | - |
| HSV(B) | 350.55º | 0.75% | 0.87% | - |
| XYZ | 32.76 | 18.81 | 9.89 | - |
| YUV | 108.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 82 | 0 | 0.75 | 0.63 | 0.13 | 350.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 52 | 0 | 4B | 3F | D | 15F | 47 | 36 |
| Octal | 335 | 70 | 122 | 0 | 113 | 77 | 15 | 537 | 107 | 66 |
| Binary | 11011101 | 111000 | 1010010 | 0 | 1001011 | 111111 | 1101 | 101011111 | 1000111 | 110110 |
Color Harmonies of #DD3852
Complementary color
Monochromatic Colors of #DD3852
Black with #DD3852
Text Example
Text Example
White with #DD3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3852; }
p { color: rgb(221,56,82); }
H1.HeaderClassName
{
color: #DD3852;
}
.AnyTagClassName
{
color: #DD3852;
}
</style>
background-color css
<style>
a { background-color: #DD3852; }
a { background-color: rgb(221,56,82); }
div.DivClassName
{
background-color: #DD3852;
}
.BgClassName
{
background-color: #DD3852;
}
</style>
border-color css
<style>
span { border-color: #DD3852; }
span { border-color: rgb(221,56,82); }
td.TdClassName
{
border-color: #DD3852;
}
.TagClassName
{
border-color: #DD3852;
}
</style>