Shades of Amaranth #DD234B
Tints of Amaranth #DD234B
RGB
CMYK
RGB Variations
Color information
#DD234B (or 0xDD234B) is known color: Amaranth. HEX triplet: DD, 23 and 4B. RGB value is (221,35,75). Sum of RGB (Red+Green+Blue) = 221+35+75=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD234B is #22DCB4. Grayscale: #5F5F5F. Windows color (decimal): -2284725 or 4924381. OLE color: 4924381.
HSL color Cylindrical-coordinate representation of color #DD234B: hue angle of 347.1º 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 #DD234B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 75 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.13 |
| HSL | 347.1º | 0.73% | 0.5% | - |
| HSV(B) | 347.1º | 0.84% | 0.87% | - |
| XYZ | 31.69 | 17.08 | 8.28 | - |
| YUV | 95.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 75 | 0 | 0.84 | 0.66 | 0.13 | 347.1 | 0.73 | 0.5 |
| Hex | DD | 23 | 4B | 0 | 54 | 42 | D | 15B | 49 | 32 |
| Octal | 335 | 43 | 113 | 0 | 124 | 102 | 15 | 533 | 111 | 62 |
| Binary | 11011101 | 100011 | 1001011 | 0 | 1010100 | 1000010 | 1101 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DD234B
Complementary color
Monochromatic Colors of #DD234B
Black with #DD234B
Text Example
Text Example
White with #DD234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD234B; }
p { color: rgb(221,35,75); }
H1.HeaderClassName
{
color: #DD234B;
}
.AnyTagClassName
{
color: #DD234B;
}
</style>
background-color css
<style>
a { background-color: #DD234B; }
a { background-color: rgb(221,35,75); }
div.DivClassName
{
background-color: #DD234B;
}
.BgClassName
{
background-color: #DD234B;
}
</style>
border-color css
<style>
span { border-color: #DD234B; }
span { border-color: rgb(221,35,75); }
td.TdClassName
{
border-color: #DD234B;
}
.TagClassName
{
border-color: #DD234B;
}
</style>