Shades of Amaranth #DD3E4C
Tints of Amaranth #DD3E4C
RGB
CMYK
RGB Variations
Color information
#DD3E4C (or 0xDD3E4C) is known color: Amaranth. HEX triplet: DD, 3E and 4C. RGB value is (221,62,76). Sum of RGB (Red+Green+Blue) = 221+62+76=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E4C is #22C1B3. Grayscale: #6F6F6F. Windows color (decimal): -2277812 or 4996829. OLE color: 4996829.
HSL color Cylindrical-coordinate representation of color #DD3E4C: hue angle of 354.72º 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 #DD3E4C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 76 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.13 |
| HSL | 354.72º | 0.7% | 0.55% | - |
| HSV(B) | 354.72º | 0.72% | 0.87% | - |
| XYZ | 32.85 | 19.34 | 8.84 | - |
| YUV | 111.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 76 | 0 | 0.72 | 0.66 | 0.13 | 354.72 | 0.7 | 0.55 |
| Hex | DD | 3E | 4C | 0 | 48 | 42 | D | 163 | 46 | 37 |
| Octal | 335 | 76 | 114 | 0 | 110 | 102 | 15 | 543 | 106 | 67 |
| Binary | 11011101 | 111110 | 1001100 | 0 | 1001000 | 1000010 | 1101 | 101100011 | 1000110 | 110111 |
Color Harmonies of #DD3E4C
Complementary color
Monochromatic Colors of #DD3E4C
Black with #DD3E4C
Text Example
Text Example
White with #DD3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E4C; }
p { color: rgb(221,62,76); }
H1.HeaderClassName
{
color: #DD3E4C;
}
.AnyTagClassName
{
color: #DD3E4C;
}
</style>
background-color css
<style>
a { background-color: #DD3E4C; }
a { background-color: rgb(221,62,76); }
div.DivClassName
{
background-color: #DD3E4C;
}
.BgClassName
{
background-color: #DD3E4C;
}
</style>
border-color css
<style>
span { border-color: #DD3E4C; }
span { border-color: rgb(221,62,76); }
td.TdClassName
{
border-color: #DD3E4C;
}
.TagClassName
{
border-color: #DD3E4C;
}
</style>