Shades of Amaranth #DD3450
Tints of Amaranth #DD3450
RGB
CMYK
RGB Variations
Color information
#DD3450 (or 0xDD3450) is known color: Amaranth. HEX triplet: DD, 34 and 50. RGB value is (221,52,80). Sum of RGB (Red+Green+Blue) = 221+52+80=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3450 is #22CBAF. Grayscale: #696969. Windows color (decimal): -2280368 or 5256413. OLE color: 5256413.
HSL color Cylindrical-coordinate representation of color #DD3450: hue angle of 350.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3450 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 80 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.13 |
| HSL | 350.06º | 0.71% | 0.54% | - |
| HSV(B) | 350.06º | 0.76% | 0.87% | - |
| XYZ | 32.49 | 18.41 | 9.43 | - |
| YUV | 105.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 80 | 0 | 0.76 | 0.64 | 0.13 | 350.06 | 0.71 | 0.54 |
| Hex | DD | 34 | 50 | 0 | 4C | 40 | D | 15E | 47 | 36 |
| Octal | 335 | 64 | 120 | 0 | 114 | 100 | 15 | 536 | 107 | 66 |
| Binary | 11011101 | 110100 | 1010000 | 0 | 1001100 | 1000000 | 1101 | 101011110 | 1000111 | 110110 |
Color Harmonies of #DD3450
Complementary color
Monochromatic Colors of #DD3450
Black with #DD3450
Text Example
Text Example
White with #DD3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3450; }
p { color: rgb(221,52,80); }
H1.HeaderClassName
{
color: #DD3450;
}
.AnyTagClassName
{
color: #DD3450;
}
</style>
background-color css
<style>
a { background-color: #DD3450; }
a { background-color: rgb(221,52,80); }
div.DivClassName
{
background-color: #DD3450;
}
.BgClassName
{
background-color: #DD3450;
}
</style>
border-color css
<style>
span { border-color: #DD3450; }
span { border-color: rgb(221,52,80); }
td.TdClassName
{
border-color: #DD3450;
}
.TagClassName
{
border-color: #DD3450;
}
</style>