Shades of Medium Violet Red #DD158F
Tints of Medium Violet Red #DD158F
RGB
CMYK
RGB Variations
Color information
#DD158F (or 0xDD158F) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8F. RGB value is (221,21,143). Sum of RGB (Red+Green+Blue) = 221+21+143=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158F is #22EA70. Grayscale: #5E5E5E. Windows color (decimal): -2288241 or 9377245. OLE color: 9377245.
HSL color Cylindrical-coordinate representation of color #DD158F: hue angle of 323.4º 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 #DD158F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 143 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.13 |
| HSL | 323.4º | 0.83% | 0.47% | - |
| HSV(B) | 323.4º | 0.9% | 0.87% | - |
| XYZ | 35.04 | 17.89 | 27.59 | - |
| YUV | 94.71 | 155.26 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 143 | 0 | 0.90 | 0.35 | 0.13 | 323.4 | 0.83 | 0.47 |
| Hex | DD | 15 | 8F | 0 | 5A | 23 | D | 143 | 53 | 2F |
| Octal | 335 | 25 | 217 | 0 | 132 | 43 | 15 | 503 | 123 | 57 |
| Binary | 11011101 | 10101 | 10001111 | 0 | 1011010 | 100011 | 1101 | 101000011 | 1010011 | 101111 |
Color Harmonies of #DD158F
Complementary color
Monochromatic Colors of #DD158F
Black with #DD158F
Text Example
Text Example
White with #DD158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD158F; }
p { color: rgb(221,21,143); }
H1.HeaderClassName
{
color: #DD158F;
}
.AnyTagClassName
{
color: #DD158F;
}
</style>
background-color css
<style>
a { background-color: #DD158F; }
a { background-color: rgb(221,21,143); }
div.DivClassName
{
background-color: #DD158F;
}
.BgClassName
{
background-color: #DD158F;
}
</style>
border-color css
<style>
span { border-color: #DD158F; }
span { border-color: rgb(221,21,143); }
td.TdClassName
{
border-color: #DD158F;
}
.TagClassName
{
border-color: #DD158F;
}
</style>