Shades of Amaranth #DD3F4A
Tints of Amaranth #DD3F4A
RGB
CMYK
RGB Variations
Color information
#DD3F4A (or 0xDD3F4A) is known color: Amaranth. HEX triplet: DD, 3F and 4A. RGB value is (221,63,74). Sum of RGB (Red+Green+Blue) = 221+63+74=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F4A is #22C0B5. Grayscale: #6F6F6F. Windows color (decimal): -2277558 or 4866013. OLE color: 4866013.
HSL color Cylindrical-coordinate representation of color #DD3F4A: hue angle of 355.82º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F4A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 74 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.13 |
| HSL | 355.82º | 0.7% | 0.56% | - |
| HSV(B) | 355.82º | 0.71% | 0.87% | - |
| XYZ | 32.83 | 19.42 | 8.5 | - |
| YUV | 111.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 74 | 0 | 0.71 | 0.67 | 0.13 | 355.82 | 0.7 | 0.56 |
| Hex | DD | 3F | 4A | 0 | 47 | 43 | D | 164 | 46 | 38 |
| Octal | 335 | 77 | 112 | 0 | 107 | 103 | 15 | 544 | 106 | 70 |
| Binary | 11011101 | 111111 | 1001010 | 0 | 1000111 | 1000011 | 1101 | 101100100 | 1000110 | 111000 |
Color Harmonies of #DD3F4A
Complementary color
Monochromatic Colors of #DD3F4A
Black with #DD3F4A
Text Example
Text Example
White with #DD3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F4A; }
p { color: rgb(221,63,74); }
H1.HeaderClassName
{
color: #DD3F4A;
}
.AnyTagClassName
{
color: #DD3F4A;
}
</style>
background-color css
<style>
a { background-color: #DD3F4A; }
a { background-color: rgb(221,63,74); }
div.DivClassName
{
background-color: #DD3F4A;
}
.BgClassName
{
background-color: #DD3F4A;
}
</style>
border-color css
<style>
span { border-color: #DD3F4A; }
span { border-color: rgb(221,63,74); }
td.TdClassName
{
border-color: #DD3F4A;
}
.TagClassName
{
border-color: #DD3F4A;
}
</style>