Shades of Amaranth #DD254F
Tints of Amaranth #DD254F
RGB
CMYK
RGB Variations
Color information
#DD254F (or 0xDD254F) is known color: Amaranth. HEX triplet: DD, 25 and 4F. RGB value is (221,37,79). Sum of RGB (Red+Green+Blue) = 221+37+79=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD254F is #22DAB0. Grayscale: #606060. Windows color (decimal): -2284209 or 5187037. OLE color: 5187037.
HSL color Cylindrical-coordinate representation of color #DD254F: hue angle of 346.3º 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 #DD254F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.13 |
| HSL | 346.3º | 0.73% | 0.51% | - |
| HSV(B) | 346.3º | 0.83% | 0.87% | - |
| XYZ | 31.89 | 17.26 | 9.05 | - |
| YUV | 96.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 79 | 0 | 0.83 | 0.64 | 0.13 | 346.3 | 0.73 | 0.51 |
| Hex | DD | 25 | 4F | 0 | 53 | 40 | D | 15A | 49 | 33 |
| Octal | 335 | 45 | 117 | 0 | 123 | 100 | 15 | 532 | 111 | 63 |
| Binary | 11011101 | 100101 | 1001111 | 0 | 1010011 | 1000000 | 1101 | 101011010 | 1001001 | 110011 |
Color Harmonies of #DD254F
Complementary color
Monochromatic Colors of #DD254F
Black with #DD254F
Text Example
Text Example
White with #DD254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD254F; }
p { color: rgb(221,37,79); }
H1.HeaderClassName
{
color: #DD254F;
}
.AnyTagClassName
{
color: #DD254F;
}
</style>
background-color css
<style>
a { background-color: #DD254F; }
a { background-color: rgb(221,37,79); }
div.DivClassName
{
background-color: #DD254F;
}
.BgClassName
{
background-color: #DD254F;
}
</style>
border-color css
<style>
span { border-color: #DD254F; }
span { border-color: rgb(221,37,79); }
td.TdClassName
{
border-color: #DD254F;
}
.TagClassName
{
border-color: #DD254F;
}
</style>