Shades of Amaranth #DD254C
Tints of Amaranth #DD254C
RGB
CMYK
RGB Variations
Color information
#DD254C (or 0xDD254C) is known color: Amaranth. HEX triplet: DD, 25 and 4C. RGB value is (221,37,76). Sum of RGB (Red+Green+Blue) = 221+37+76=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD254C is #22DAB3. Grayscale: #606060. Windows color (decimal): -2284212 or 4990429. OLE color: 4990429.
HSL color Cylindrical-coordinate representation of color #DD254C: hue angle of 347.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD254C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.13 |
| HSL | 347.28º | 0.73% | 0.51% | - |
| HSV(B) | 347.28º | 0.83% | 0.87% | - |
| XYZ | 31.78 | 17.22 | 8.49 | - |
| YUV | 96.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 76 | 0 | 0.83 | 0.66 | 0.13 | 347.28 | 0.73 | 0.51 |
| Hex | DD | 25 | 4C | 0 | 53 | 42 | D | 15B | 49 | 33 |
| Octal | 335 | 45 | 114 | 0 | 123 | 102 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 100101 | 1001100 | 0 | 1010011 | 1000010 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD254C
Complementary color
Monochromatic Colors of #DD254C
Black with #DD254C
Text Example
Text Example
White with #DD254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD254C; }
p { color: rgb(221,37,76); }
H1.HeaderClassName
{
color: #DD254C;
}
.AnyTagClassName
{
color: #DD254C;
}
</style>
background-color css
<style>
a { background-color: #DD254C; }
a { background-color: rgb(221,37,76); }
div.DivClassName
{
background-color: #DD254C;
}
.BgClassName
{
background-color: #DD254C;
}
</style>
border-color css
<style>
span { border-color: #DD254C; }
span { border-color: rgb(221,37,76); }
td.TdClassName
{
border-color: #DD254C;
}
.TagClassName
{
border-color: #DD254C;
}
</style>