Shades of Amaranth #DD304C
Tints of Amaranth #DD304C
RGB
CMYK
RGB Variations
Color information
#DD304C (or 0xDD304C) is known color: Amaranth. HEX triplet: DD, 30 and 4C. RGB value is (221,48,76). Sum of RGB (Red+Green+Blue) = 221+48+76=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD304C is #22CFB3. Grayscale: #666666. Windows color (decimal): -2281396 or 4993245. OLE color: 4993245.
HSL color Cylindrical-coordinate representation of color #DD304C: hue angle of 350.29º 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 #DD304C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.13 |
| HSL | 350.29º | 0.72% | 0.53% | - |
| HSV(B) | 350.29º | 0.78% | 0.87% | - |
| XYZ | 32.18 | 18.01 | 8.62 | - |
| YUV | 102.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 76 | 0 | 0.78 | 0.66 | 0.13 | 350.29 | 0.72 | 0.53 |
| Hex | DD | 30 | 4C | 0 | 4E | 42 | D | 15E | 48 | 35 |
| Octal | 335 | 60 | 114 | 0 | 116 | 102 | 15 | 536 | 110 | 65 |
| Binary | 11011101 | 110000 | 1001100 | 0 | 1001110 | 1000010 | 1101 | 101011110 | 1001000 | 110101 |
Color Harmonies of #DD304C
Complementary color
Monochromatic Colors of #DD304C
Black with #DD304C
Text Example
Text Example
White with #DD304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD304C; }
p { color: rgb(221,48,76); }
H1.HeaderClassName
{
color: #DD304C;
}
.AnyTagClassName
{
color: #DD304C;
}
</style>
background-color css
<style>
a { background-color: #DD304C; }
a { background-color: rgb(221,48,76); }
div.DivClassName
{
background-color: #DD304C;
}
.BgClassName
{
background-color: #DD304C;
}
</style>
border-color css
<style>
span { border-color: #DD304C; }
span { border-color: rgb(221,48,76); }
td.TdClassName
{
border-color: #DD304C;
}
.TagClassName
{
border-color: #DD304C;
}
</style>