Shades of Amaranth #DD3D4E
Tints of Amaranth #DD3D4E
RGB
CMYK
RGB Variations
Color information
#DD3D4E (or 0xDD3D4E) is known color: Amaranth. HEX triplet: DD, 3D and 4E. RGB value is (221,61,78). Sum of RGB (Red+Green+Blue) = 221+61+78=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D4E is #22C2B1. Grayscale: #6E6E6E. Windows color (decimal): -2278066 or 5127645. OLE color: 5127645.
HSL color Cylindrical-coordinate representation of color #DD3D4E: hue angle of 353.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D4E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 78 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.13 |
| HSL | 353.63º | 0.7% | 0.55% | - |
| HSV(B) | 353.63º | 0.72% | 0.87% | - |
| XYZ | 32.86 | 19.26 | 9.19 | - |
| YUV | 110.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 78 | 0 | 0.72 | 0.65 | 0.13 | 353.63 | 0.7 | 0.55 |
| Hex | DD | 3D | 4E | 0 | 48 | 41 | D | 162 | 46 | 37 |
| Octal | 335 | 75 | 116 | 0 | 110 | 101 | 15 | 542 | 106 | 67 |
| Binary | 11011101 | 111101 | 1001110 | 0 | 1001000 | 1000001 | 1101 | 101100010 | 1000110 | 110111 |
Color Harmonies of #DD3D4E
Complementary color
Monochromatic Colors of #DD3D4E
Black with #DD3D4E
Text Example
Text Example
White with #DD3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D4E; }
p { color: rgb(221,61,78); }
H1.HeaderClassName
{
color: #DD3D4E;
}
.AnyTagClassName
{
color: #DD3D4E;
}
</style>
background-color css
<style>
a { background-color: #DD3D4E; }
a { background-color: rgb(221,61,78); }
div.DivClassName
{
background-color: #DD3D4E;
}
.BgClassName
{
background-color: #DD3D4E;
}
</style>
border-color css
<style>
span { border-color: #DD3D4E; }
span { border-color: rgb(221,61,78); }
td.TdClassName
{
border-color: #DD3D4E;
}
.TagClassName
{
border-color: #DD3D4E;
}
</style>