Shades of Medium Violet Red #DD118C
Tints of Medium Violet Red #DD118C
RGB
CMYK
RGB Variations
Color information
#DD118C (or 0xDD118C) is known color: Medium Violet Red. HEX triplet: DD, 11 and 8C. RGB value is (221,17,140). Sum of RGB (Red+Green+Blue) = 221+17+140=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD118C is #22EE73. Grayscale: #5B5B5B. Windows color (decimal): -2289268 or 9179613. OLE color: 9179613.
HSL color Cylindrical-coordinate representation of color #DD118C: hue angle of 323.82º 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 #DD118C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 140 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.13 |
| HSL | 323.82º | 0.86% | 0.47% | - |
| HSV(B) | 323.82º | 0.92% | 0.87% | - |
| XYZ | 34.75 | 17.67 | 26.39 | - |
| YUV | 92.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 140 | 0 | 0.92 | 0.37 | 0.13 | 323.82 | 0.86 | 0.47 |
| Hex | DD | 11 | 8C | 0 | 5C | 25 | D | 144 | 56 | 2F |
| Octal | 335 | 21 | 214 | 0 | 134 | 45 | 15 | 504 | 126 | 57 |
| Binary | 11011101 | 10001 | 10001100 | 0 | 1011100 | 100101 | 1101 | 101000100 | 1010110 | 101111 |
Color Harmonies of #DD118C
Complementary color
Monochromatic Colors of #DD118C
Black with #DD118C
Text Example
Text Example
White with #DD118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD118C; }
p { color: rgb(221,17,140); }
H1.HeaderClassName
{
color: #DD118C;
}
.AnyTagClassName
{
color: #DD118C;
}
</style>
background-color css
<style>
a { background-color: #DD118C; }
a { background-color: rgb(221,17,140); }
div.DivClassName
{
background-color: #DD118C;
}
.BgClassName
{
background-color: #DD118C;
}
</style>
border-color css
<style>
span { border-color: #DD118C; }
span { border-color: rgb(221,17,140); }
td.TdClassName
{
border-color: #DD118C;
}
.TagClassName
{
border-color: #DD118C;
}
</style>