Shades of Medium Violet Red #DD118B
Tints of Medium Violet Red #DD118B
RGB
CMYK
RGB Variations
Color information
#DD118B (or 0xDD118B) is known color: Medium Violet Red. HEX triplet: DD, 11 and 8B. RGB value is (221,17,139). Sum of RGB (Red+Green+Blue) = 221+17+139=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD118B is #22EE74. Grayscale: #5B5B5B. Windows color (decimal): -2289269 or 9114077. OLE color: 9114077.
HSL color Cylindrical-coordinate representation of color #DD118B: hue angle of 324.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD118B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.13 |
| HSL | 324.12º | 0.86% | 0.47% | - |
| HSV(B) | 324.12º | 0.92% | 0.87% | - |
| XYZ | 34.68 | 17.64 | 26 | - |
| YUV | 91.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 139 | 0 | 0.92 | 0.37 | 0.13 | 324.12 | 0.86 | 0.47 |
| Hex | DD | 11 | 8B | 0 | 5C | 25 | D | 144 | 56 | 2F |
| Octal | 335 | 21 | 213 | 0 | 134 | 45 | 15 | 504 | 126 | 57 |
| Binary | 11011101 | 10001 | 10001011 | 0 | 1011100 | 100101 | 1101 | 101000100 | 1010110 | 101111 |
Color Harmonies of #DD118B
Complementary color
Monochromatic Colors of #DD118B
Black with #DD118B
Text Example
Text Example
White with #DD118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD118B; }
p { color: rgb(221,17,139); }
H1.HeaderClassName
{
color: #DD118B;
}
.AnyTagClassName
{
color: #DD118B;
}
</style>
background-color css
<style>
a { background-color: #DD118B; }
a { background-color: rgb(221,17,139); }
div.DivClassName
{
background-color: #DD118B;
}
.BgClassName
{
background-color: #DD118B;
}
</style>
border-color css
<style>
span { border-color: #DD118B; }
span { border-color: rgb(221,17,139); }
td.TdClassName
{
border-color: #DD118B;
}
.TagClassName
{
border-color: #DD118B;
}
</style>