Shades of Medium Violet Red #DD048A
Tints of Medium Violet Red #DD048A
RGB
CMYK
RGB Variations
Color information
#DD048A (or 0xDD048A) is known color: Medium Violet Red. HEX triplet: DD, 04 and 8A. RGB value is (221,4,138). Sum of RGB (Red+Green+Blue) = 221+4+138=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD048A is #22FB75. Grayscale: #535353. Windows color (decimal): -2292598 or 9045213. OLE color: 9045213.
HSL color Cylindrical-coordinate representation of color #DD048A: hue angle of 322.95º 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 #DD048A is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.13 |
| HSL | 322.95º | 0.96% | 0.44% | - |
| HSV(B) | 322.95º | 0.98% | 0.87% | - |
| XYZ | 34.45 | 17.29 | 25.57 | - |
| YUV | 84.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 138 | 0 | 0.98 | 0.38 | 0.13 | 322.95 | 0.96 | 0.44 |
| Hex | DD | 4 | 8A | 0 | 62 | 26 | D | 143 | 60 | 2C |
| Octal | 335 | 4 | 212 | 0 | 142 | 46 | 15 | 503 | 140 | 54 |
| Binary | 11011101 | 100 | 10001010 | 0 | 1100010 | 100110 | 1101 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DD048A
Complementary color
Monochromatic Colors of #DD048A
Black with #DD048A
Text Example
Text Example
White with #DD048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD048A; }
p { color: rgb(221,4,138); }
H1.HeaderClassName
{
color: #DD048A;
}
.AnyTagClassName
{
color: #DD048A;
}
</style>
background-color css
<style>
a { background-color: #DD048A; }
a { background-color: rgb(221,4,138); }
div.DivClassName
{
background-color: #DD048A;
}
.BgClassName
{
background-color: #DD048A;
}
</style>
border-color css
<style>
span { border-color: #DD048A; }
span { border-color: rgb(221,4,138); }
td.TdClassName
{
border-color: #DD048A;
}
.TagClassName
{
border-color: #DD048A;
}
</style>