Shades of Amaranth #DD3E4F
Tints of Amaranth #DD3E4F
RGB
CMYK
RGB Variations
Color information
#DD3E4F (or 0xDD3E4F) is known color: Amaranth. HEX triplet: DD, 3E and 4F. RGB value is (221,62,79). Sum of RGB (Red+Green+Blue) = 221+62+79=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E4F is #22C1B0. Grayscale: #6F6F6F. Windows color (decimal): -2277809 or 5193437. OLE color: 5193437.
HSL color Cylindrical-coordinate representation of color #DD3E4F: hue angle of 353.58º 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 #DD3E4F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 79 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.13 |
| HSL | 353.58º | 0.7% | 0.55% | - |
| HSV(B) | 353.58º | 0.72% | 0.87% | - |
| XYZ | 32.95 | 19.38 | 9.4 | - |
| YUV | 111.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 79 | 0 | 0.72 | 0.64 | 0.13 | 353.58 | 0.7 | 0.55 |
| Hex | DD | 3E | 4F | 0 | 48 | 40 | D | 162 | 46 | 37 |
| Octal | 335 | 76 | 117 | 0 | 110 | 100 | 15 | 542 | 106 | 67 |
| Binary | 11011101 | 111110 | 1001111 | 0 | 1001000 | 1000000 | 1101 | 101100010 | 1000110 | 110111 |
Color Harmonies of #DD3E4F
Complementary color
Monochromatic Colors of #DD3E4F
Black with #DD3E4F
Text Example
Text Example
White with #DD3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E4F; }
p { color: rgb(221,62,79); }
H1.HeaderClassName
{
color: #DD3E4F;
}
.AnyTagClassName
{
color: #DD3E4F;
}
</style>
background-color css
<style>
a { background-color: #DD3E4F; }
a { background-color: rgb(221,62,79); }
div.DivClassName
{
background-color: #DD3E4F;
}
.BgClassName
{
background-color: #DD3E4F;
}
</style>
border-color css
<style>
span { border-color: #DD3E4F; }
span { border-color: rgb(221,62,79); }
td.TdClassName
{
border-color: #DD3E4F;
}
.TagClassName
{
border-color: #DD3E4F;
}
</style>