Shades of Amaranth #DD304B
Tints of Amaranth #DD304B
RGB
CMYK
RGB Variations
Color information
#DD304B (or 0xDD304B) is known color: Amaranth. HEX triplet: DD, 30 and 4B. RGB value is (221,48,75). Sum of RGB (Red+Green+Blue) = 221+48+75=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD304B is #22CFB4. Grayscale: #666666. Windows color (decimal): -2281397 or 4927709. OLE color: 4927709.
HSL color Cylindrical-coordinate representation of color #DD304B: hue angle of 350.64º 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 #DD304B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 75 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.13 |
| HSL | 350.64º | 0.72% | 0.53% | - |
| HSV(B) | 350.64º | 0.78% | 0.87% | - |
| XYZ | 32.15 | 17.99 | 8.44 | - |
| YUV | 102.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 75 | 0 | 0.78 | 0.66 | 0.13 | 350.64 | 0.72 | 0.53 |
| Hex | DD | 30 | 4B | 0 | 4E | 42 | D | 15F | 48 | 35 |
| Octal | 335 | 60 | 113 | 0 | 116 | 102 | 15 | 537 | 110 | 65 |
| Binary | 11011101 | 110000 | 1001011 | 0 | 1001110 | 1000010 | 1101 | 101011111 | 1001000 | 110101 |
Color Harmonies of #DD304B
Complementary color
Monochromatic Colors of #DD304B
Black with #DD304B
Text Example
Text Example
White with #DD304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD304B; }
p { color: rgb(221,48,75); }
H1.HeaderClassName
{
color: #DD304B;
}
.AnyTagClassName
{
color: #DD304B;
}
</style>
background-color css
<style>
a { background-color: #DD304B; }
a { background-color: rgb(221,48,75); }
div.DivClassName
{
background-color: #DD304B;
}
.BgClassName
{
background-color: #DD304B;
}
</style>
border-color css
<style>
span { border-color: #DD304B; }
span { border-color: rgb(221,48,75); }
td.TdClassName
{
border-color: #DD304B;
}
.TagClassName
{
border-color: #DD304B;
}
</style>