Shades of Amaranth #DD3254
Tints of Amaranth #DD3254
RGB
CMYK
RGB Variations
Color information
#DD3254 (or 0xDD3254) is known color: Amaranth. HEX triplet: DD, 32 and 54. RGB value is (221,50,84). Sum of RGB (Red+Green+Blue) = 221+50+84=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3254 is #22CDAB. Grayscale: #696969. Windows color (decimal): -2280876 or 5518045. OLE color: 5518045.
HSL color Cylindrical-coordinate representation of color #DD3254: hue angle of 348.07º 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 #DD3254 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 84 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.13 |
| HSL | 348.07º | 0.72% | 0.53% | - |
| HSV(B) | 348.07º | 0.77% | 0.87% | - |
| XYZ | 32.56 | 18.29 | 10.2 | - |
| YUV | 105.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 84 | 0 | 0.77 | 0.62 | 0.13 | 348.07 | 0.72 | 0.53 |
| Hex | DD | 32 | 54 | 0 | 4D | 3E | D | 15C | 48 | 35 |
| Octal | 335 | 62 | 124 | 0 | 115 | 76 | 15 | 534 | 110 | 65 |
| Binary | 11011101 | 110010 | 1010100 | 0 | 1001101 | 111110 | 1101 | 101011100 | 1001000 | 110101 |
Color Harmonies of #DD3254
Complementary color
Monochromatic Colors of #DD3254
Black with #DD3254
Text Example
Text Example
White with #DD3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3254; }
p { color: rgb(221,50,84); }
H1.HeaderClassName
{
color: #DD3254;
}
.AnyTagClassName
{
color: #DD3254;
}
</style>
background-color css
<style>
a { background-color: #DD3254; }
a { background-color: rgb(221,50,84); }
div.DivClassName
{
background-color: #DD3254;
}
.BgClassName
{
background-color: #DD3254;
}
</style>
border-color css
<style>
span { border-color: #DD3254; }
span { border-color: rgb(221,50,84); }
td.TdClassName
{
border-color: #DD3254;
}
.TagClassName
{
border-color: #DD3254;
}
</style>