Shades of Amaranth #DD3D4A
Tints of Amaranth #DD3D4A
RGB
CMYK
RGB Variations
Color information
#DD3D4A (or 0xDD3D4A) is known color: Amaranth. HEX triplet: DD, 3D and 4A. RGB value is (221,61,74). Sum of RGB (Red+Green+Blue) = 221+61+74=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D4A is #22C2B5. Grayscale: #6E6E6E. Windows color (decimal): -2278070 or 4865501. OLE color: 4865501.
HSL color Cylindrical-coordinate representation of color #DD3D4A: hue angle of 355.12º 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 #DD3D4A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 74 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.13 |
| HSL | 355.13º | 0.7% | 0.55% | - |
| HSV(B) | 355.13º | 0.72% | 0.87% | - |
| XYZ | 32.72 | 19.2 | 8.46 | - |
| YUV | 110.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 74 | 0 | 0.72 | 0.67 | 0.13 | 355.13 | 0.7 | 0.55 |
| Hex | DD | 3D | 4A | 0 | 48 | 43 | D | 163 | 46 | 37 |
| Octal | 335 | 75 | 112 | 0 | 110 | 103 | 15 | 543 | 106 | 67 |
| Binary | 11011101 | 111101 | 1001010 | 0 | 1001000 | 1000011 | 1101 | 101100011 | 1000110 | 110111 |
Color Harmonies of #DD3D4A
Complementary color
Monochromatic Colors of #DD3D4A
Black with #DD3D4A
Text Example
Text Example
White with #DD3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D4A; }
p { color: rgb(221,61,74); }
H1.HeaderClassName
{
color: #DD3D4A;
}
.AnyTagClassName
{
color: #DD3D4A;
}
</style>
background-color css
<style>
a { background-color: #DD3D4A; }
a { background-color: rgb(221,61,74); }
div.DivClassName
{
background-color: #DD3D4A;
}
.BgClassName
{
background-color: #DD3D4A;
}
</style>
border-color css
<style>
span { border-color: #DD3D4A; }
span { border-color: rgb(221,61,74); }
td.TdClassName
{
border-color: #DD3D4A;
}
.TagClassName
{
border-color: #DD3D4A;
}
</style>