Shades of Amaranth #DD334B
Tints of Amaranth #DD334B
RGB
CMYK
RGB Variations
Color information
#DD334B (or 0xDD334B) is known color: Amaranth. HEX triplet: DD, 33 and 4B. RGB value is (221,51,75). Sum of RGB (Red+Green+Blue) = 221+51+75=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD334B is #22CCB4. Grayscale: #686868. Windows color (decimal): -2280629 or 4928477. OLE color: 4928477.
HSL color Cylindrical-coordinate representation of color #DD334B: hue angle of 351.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD334B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 75 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.13 |
| HSL | 351.53º | 0.71% | 0.53% | - |
| HSV(B) | 351.53º | 0.77% | 0.87% | - |
| XYZ | 32.27 | 18.25 | 8.48 | - |
| YUV | 104.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 75 | 0 | 0.77 | 0.66 | 0.13 | 351.53 | 0.71 | 0.53 |
| Hex | DD | 33 | 4B | 0 | 4D | 42 | D | 160 | 47 | 35 |
| Octal | 335 | 63 | 113 | 0 | 115 | 102 | 15 | 540 | 107 | 65 |
| Binary | 11011101 | 110011 | 1001011 | 0 | 1001101 | 1000010 | 1101 | 101100000 | 1000111 | 110101 |
Color Harmonies of #DD334B
Complementary color
Monochromatic Colors of #DD334B
Black with #DD334B
Text Example
Text Example
White with #DD334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD334B; }
p { color: rgb(221,51,75); }
H1.HeaderClassName
{
color: #DD334B;
}
.AnyTagClassName
{
color: #DD334B;
}
</style>
background-color css
<style>
a { background-color: #DD334B; }
a { background-color: rgb(221,51,75); }
div.DivClassName
{
background-color: #DD334B;
}
.BgClassName
{
background-color: #DD334B;
}
</style>
border-color css
<style>
span { border-color: #DD334B; }
span { border-color: rgb(221,51,75); }
td.TdClassName
{
border-color: #DD334B;
}
.TagClassName
{
border-color: #DD334B;
}
</style>