Shades of Medium Violet Red #DD138D
Tints of Medium Violet Red #DD138D
RGB
CMYK
RGB Variations
Color information
#DD138D (or 0xDD138D) is known color: Medium Violet Red. HEX triplet: DD, 13 and 8D. RGB value is (221,19,141). Sum of RGB (Red+Green+Blue) = 221+19+141=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD138D is #22EC72. Grayscale: #5D5D5D. Windows color (decimal): -2288755 or 9245661. OLE color: 9245661.
HSL color Cylindrical-coordinate representation of color #DD138D: hue angle of 323.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD138D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 141 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.13 |
| HSL | 323.76º | 0.84% | 0.47% | - |
| HSV(B) | 323.76º | 0.91% | 0.87% | - |
| XYZ | 34.86 | 17.76 | 26.79 | - |
| YUV | 93.31 | 154.92 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 141 | 0 | 0.91 | 0.36 | 0.13 | 323.76 | 0.84 | 0.47 |
| Hex | DD | 13 | 8D | 0 | 5B | 24 | D | 144 | 54 | 2F |
| Octal | 335 | 23 | 215 | 0 | 133 | 44 | 15 | 504 | 124 | 57 |
| Binary | 11011101 | 10011 | 10001101 | 0 | 1011011 | 100100 | 1101 | 101000100 | 1010100 | 101111 |
Color Harmonies of #DD138D
Complementary color
Monochromatic Colors of #DD138D
Black with #DD138D
Text Example
Text Example
White with #DD138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD138D; }
p { color: rgb(221,19,141); }
H1.HeaderClassName
{
color: #DD138D;
}
.AnyTagClassName
{
color: #DD138D;
}
</style>
background-color css
<style>
a { background-color: #DD138D; }
a { background-color: rgb(221,19,141); }
div.DivClassName
{
background-color: #DD138D;
}
.BgClassName
{
background-color: #DD138D;
}
</style>
border-color css
<style>
span { border-color: #DD138D; }
span { border-color: rgb(221,19,141); }
td.TdClassName
{
border-color: #DD138D;
}
.TagClassName
{
border-color: #DD138D;
}
</style>