Shades of Amaranth #DD234A
Tints of Amaranth #DD234A
RGB
CMYK
RGB Variations
Color information
#DD234A (or 0xDD234A) is known color: Amaranth. HEX triplet: DD, 23 and 4A. RGB value is (221,35,74). Sum of RGB (Red+Green+Blue) = 221+35+74=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD234A is #22DCB5. Grayscale: #5F5F5F. Windows color (decimal): -2284726 or 4858845. OLE color: 4858845.
HSL color Cylindrical-coordinate representation of color #DD234A: hue angle of 347.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD234A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 74 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.13 |
| HSL | 347.42º | 0.73% | 0.5% | - |
| HSV(B) | 347.42º | 0.84% | 0.87% | - |
| XYZ | 31.66 | 17.07 | 8.1 | - |
| YUV | 95.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 74 | 0 | 0.84 | 0.67 | 0.13 | 347.42 | 0.73 | 0.5 |
| Hex | DD | 23 | 4A | 0 | 54 | 43 | D | 15B | 49 | 32 |
| Octal | 335 | 43 | 112 | 0 | 124 | 103 | 15 | 533 | 111 | 62 |
| Binary | 11011101 | 100011 | 1001010 | 0 | 1010100 | 1000011 | 1101 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DD234A
Complementary color
Monochromatic Colors of #DD234A
Black with #DD234A
Text Example
Text Example
White with #DD234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD234A; }
p { color: rgb(221,35,74); }
H1.HeaderClassName
{
color: #DD234A;
}
.AnyTagClassName
{
color: #DD234A;
}
</style>
background-color css
<style>
a { background-color: #DD234A; }
a { background-color: rgb(221,35,74); }
div.DivClassName
{
background-color: #DD234A;
}
.BgClassName
{
background-color: #DD234A;
}
</style>
border-color css
<style>
span { border-color: #DD234A; }
span { border-color: rgb(221,35,74); }
td.TdClassName
{
border-color: #DD234A;
}
.TagClassName
{
border-color: #DD234A;
}
</style>