Shades of Medium Violet Red #DD048D
Tints of Medium Violet Red #DD048D
RGB
CMYK
RGB Variations
Color information
#DD048D (or 0xDD048D) is known color: Medium Violet Red. HEX triplet: DD, 04 and 8D. RGB value is (221,4,141). Sum of RGB (Red+Green+Blue) = 221+4+141=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD048D is #22FB72. Grayscale: #545454. Windows color (decimal): -2292595 or 9241821. OLE color: 9241821.
HSL color Cylindrical-coordinate representation of color #DD048D: hue angle of 322.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD048D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.13 |
| HSL | 322.12º | 0.96% | 0.44% | - |
| HSV(B) | 322.12º | 0.98% | 0.87% | - |
| XYZ | 34.67 | 17.38 | 26.73 | - |
| YUV | 84.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 141 | 0 | 0.98 | 0.36 | 0.13 | 322.12 | 0.96 | 0.44 |
| Hex | DD | 4 | 8D | 0 | 62 | 24 | D | 142 | 60 | 2C |
| Octal | 335 | 4 | 215 | 0 | 142 | 44 | 15 | 502 | 140 | 54 |
| Binary | 11011101 | 100 | 10001101 | 0 | 1100010 | 100100 | 1101 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DD048D
Complementary color
Monochromatic Colors of #DD048D
Black with #DD048D
Text Example
Text Example
White with #DD048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD048D; }
p { color: rgb(221,4,141); }
H1.HeaderClassName
{
color: #DD048D;
}
.AnyTagClassName
{
color: #DD048D;
}
</style>
background-color css
<style>
a { background-color: #DD048D; }
a { background-color: rgb(221,4,141); }
div.DivClassName
{
background-color: #DD048D;
}
.BgClassName
{
background-color: #DD048D;
}
</style>
border-color css
<style>
span { border-color: #DD048D; }
span { border-color: rgb(221,4,141); }
td.TdClassName
{
border-color: #DD048D;
}
.TagClassName
{
border-color: #DD048D;
}
</style>