Shades of Medium Violet Red #DD158B
Tints of Medium Violet Red #DD158B
RGB
CMYK
RGB Variations
Color information
#DD158B (or 0xDD158B) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8B. RGB value is (221,21,139). Sum of RGB (Red+Green+Blue) = 221+21+139=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158B is #22EA74. Grayscale: #5D5D5D. Windows color (decimal): -2288245 or 9115101. OLE color: 9115101.
HSL color Cylindrical-coordinate representation of color #DD158B: hue angle of 324.6º 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 #DD158B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.13 |
| HSL | 324.6º | 0.83% | 0.47% | - |
| HSV(B) | 324.6º | 0.9% | 0.87% | - |
| XYZ | 34.75 | 17.77 | 26.03 | - |
| YUV | 94.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 139 | 0 | 0.90 | 0.37 | 0.13 | 324.6 | 0.83 | 0.47 |
| Hex | DD | 15 | 8B | 0 | 5A | 25 | D | 145 | 53 | 2F |
| Octal | 335 | 25 | 213 | 0 | 132 | 45 | 15 | 505 | 123 | 57 |
| Binary | 11011101 | 10101 | 10001011 | 0 | 1011010 | 100101 | 1101 | 101000101 | 1010011 | 101111 |
Color Harmonies of #DD158B
Complementary color
Monochromatic Colors of #DD158B
Black with #DD158B
Text Example
Text Example
White with #DD158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD158B; }
p { color: rgb(221,21,139); }
H1.HeaderClassName
{
color: #DD158B;
}
.AnyTagClassName
{
color: #DD158B;
}
</style>
background-color css
<style>
a { background-color: #DD158B; }
a { background-color: rgb(221,21,139); }
div.DivClassName
{
background-color: #DD158B;
}
.BgClassName
{
background-color: #DD158B;
}
</style>
border-color css
<style>
span { border-color: #DD158B; }
span { border-color: rgb(221,21,139); }
td.TdClassName
{
border-color: #DD158B;
}
.TagClassName
{
border-color: #DD158B;
}
</style>