Shades of Medium Violet Red #DD138E
Tints of Medium Violet Red #DD138E
RGB
CMYK
RGB Variations
Color information
#DD138E (or 0xDD138E) is known color: Medium Violet Red. HEX triplet: DD, 13 and 8E. RGB value is (221,19,142). Sum of RGB (Red+Green+Blue) = 221+19+142=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD138E is #22EC71. Grayscale: #5D5D5D. Windows color (decimal): -2288754 or 9311197. OLE color: 9311197.
HSL color Cylindrical-coordinate representation of color #DD138E: hue angle of 323.47º 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 #DD138E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 142 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.13 |
| HSL | 323.47º | 0.84% | 0.47% | - |
| HSV(B) | 323.47º | 0.91% | 0.87% | - |
| XYZ | 34.93 | 17.79 | 27.18 | - |
| YUV | 93.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 142 | 0 | 0.91 | 0.36 | 0.13 | 323.47 | 0.84 | 0.47 |
| Hex | DD | 13 | 8E | 0 | 5B | 24 | D | 143 | 54 | 2F |
| Octal | 335 | 23 | 216 | 0 | 133 | 44 | 15 | 503 | 124 | 57 |
| Binary | 11011101 | 10011 | 10001110 | 0 | 1011011 | 100100 | 1101 | 101000011 | 1010100 | 101111 |
Color Harmonies of #DD138E
Complementary color
Monochromatic Colors of #DD138E
Black with #DD138E
Text Example
Text Example
White with #DD138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD138E; }
p { color: rgb(221,19,142); }
H1.HeaderClassName
{
color: #DD138E;
}
.AnyTagClassName
{
color: #DD138E;
}
</style>
background-color css
<style>
a { background-color: #DD138E; }
a { background-color: rgb(221,19,142); }
div.DivClassName
{
background-color: #DD138E;
}
.BgClassName
{
background-color: #DD138E;
}
</style>
border-color css
<style>
span { border-color: #DD138E; }
span { border-color: rgb(221,19,142); }
td.TdClassName
{
border-color: #DD138E;
}
.TagClassName
{
border-color: #DD138E;
}
</style>