Shades of Amaranth #DD304F
Tints of Amaranth #DD304F
RGB
CMYK
RGB Variations
Color information
#DD304F (or 0xDD304F) is known color: Amaranth. HEX triplet: DD, 30 and 4F. RGB value is (221,48,79). Sum of RGB (Red+Green+Blue) = 221+48+79=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD304F is #22CFB0. Grayscale: #676767. Windows color (decimal): -2281393 or 5189853. OLE color: 5189853.
HSL color Cylindrical-coordinate representation of color #DD304F: hue angle of 349.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD304F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 79 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.13 |
| HSL | 349.25º | 0.72% | 0.53% | - |
| HSV(B) | 349.25º | 0.78% | 0.87% | - |
| XYZ | 32.29 | 18.05 | 9.18 | - |
| YUV | 103.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 79 | 0 | 0.78 | 0.64 | 0.13 | 349.25 | 0.72 | 0.53 |
| Hex | DD | 30 | 4F | 0 | 4E | 40 | D | 15D | 48 | 35 |
| Octal | 335 | 60 | 117 | 0 | 116 | 100 | 15 | 535 | 110 | 65 |
| Binary | 11011101 | 110000 | 1001111 | 0 | 1001110 | 1000000 | 1101 | 101011101 | 1001000 | 110101 |
Color Harmonies of #DD304F
Complementary color
Monochromatic Colors of #DD304F
Black with #DD304F
Text Example
Text Example
White with #DD304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD304F; }
p { color: rgb(221,48,79); }
H1.HeaderClassName
{
color: #DD304F;
}
.AnyTagClassName
{
color: #DD304F;
}
</style>
background-color css
<style>
a { background-color: #DD304F; }
a { background-color: rgb(221,48,79); }
div.DivClassName
{
background-color: #DD304F;
}
.BgClassName
{
background-color: #DD304F;
}
</style>
border-color css
<style>
span { border-color: #DD304F; }
span { border-color: rgb(221,48,79); }
td.TdClassName
{
border-color: #DD304F;
}
.TagClassName
{
border-color: #DD304F;
}
</style>