Shades of Medium Violet Red #DD158E
Tints of Medium Violet Red #DD158E
RGB
CMYK
RGB Variations
Color information
#DD158E (or 0xDD158E) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8E. RGB value is (221,21,142). Sum of RGB (Red+Green+Blue) = 221+21+142=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158E is #22EA71. Grayscale: #5E5E5E. Windows color (decimal): -2288242 or 9311709. OLE color: 9311709.
HSL color Cylindrical-coordinate representation of color #DD158E: hue angle of 323.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD158E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 142 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.13 |
| HSL | 323.7º | 0.83% | 0.47% | - |
| HSV(B) | 323.7º | 0.9% | 0.87% | - |
| XYZ | 34.97 | 17.86 | 27.2 | - |
| YUV | 94.59 | 154.76 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 142 | 0 | 0.90 | 0.36 | 0.13 | 323.7 | 0.83 | 0.47 |
| Hex | DD | 15 | 8E | 0 | 5A | 24 | D | 144 | 53 | 2F |
| Octal | 335 | 25 | 216 | 0 | 132 | 44 | 15 | 504 | 123 | 57 |
| Binary | 11011101 | 10101 | 10001110 | 0 | 1011010 | 100100 | 1101 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DD158E
Complementary color
Monochromatic Colors of #DD158E
Black with #DD158E
Text Example
Text Example
White with #DD158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD158E; }
p { color: rgb(221,21,142); }
H1.HeaderClassName
{
color: #DD158E;
}
.AnyTagClassName
{
color: #DD158E;
}
</style>
background-color css
<style>
a { background-color: #DD158E; }
a { background-color: rgb(221,21,142); }
div.DivClassName
{
background-color: #DD158E;
}
.BgClassName
{
background-color: #DD158E;
}
</style>
border-color css
<style>
span { border-color: #DD158E; }
span { border-color: rgb(221,21,142); }
td.TdClassName
{
border-color: #DD158E;
}
.TagClassName
{
border-color: #DD158E;
}
</style>