Shades of Medium Violet Red #DD158A
Tints of Medium Violet Red #DD158A
RGB
CMYK
RGB Variations
Color information
#DD158A (or 0xDD158A) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8A. RGB value is (221,21,138). Sum of RGB (Red+Green+Blue) = 221+21+138=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158A is #22EA75. Grayscale: #5D5D5D. Windows color (decimal): -2288246 or 9049565. OLE color: 9049565.
HSL color Cylindrical-coordinate representation of color #DD158A: hue angle of 324.9º 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 #DD158A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 138 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.13 |
| HSL | 324.9º | 0.83% | 0.47% | - |
| HSV(B) | 324.9º | 0.9% | 0.87% | - |
| XYZ | 34.67 | 17.74 | 25.64 | - |
| YUV | 94.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 138 | 0 | 0.90 | 0.38 | 0.13 | 324.9 | 0.83 | 0.47 |
| Hex | DD | 15 | 8A | 0 | 5A | 26 | D | 145 | 53 | 2F |
| Octal | 335 | 25 | 212 | 0 | 132 | 46 | 15 | 505 | 123 | 57 |
| Binary | 11011101 | 10101 | 10001010 | 0 | 1011010 | 100110 | 1101 | 101000101 | 1010011 | 101111 |
Color Harmonies of #DD158A
Complementary color
Monochromatic Colors of #DD158A
Black with #DD158A
Text Example
Text Example
White with #DD158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD158A; }
p { color: rgb(221,21,138); }
H1.HeaderClassName
{
color: #DD158A;
}
.AnyTagClassName
{
color: #DD158A;
}
</style>
background-color css
<style>
a { background-color: #DD158A; }
a { background-color: rgb(221,21,138); }
div.DivClassName
{
background-color: #DD158A;
}
.BgClassName
{
background-color: #DD158A;
}
</style>
border-color css
<style>
span { border-color: #DD158A; }
span { border-color: rgb(221,21,138); }
td.TdClassName
{
border-color: #DD158A;
}
.TagClassName
{
border-color: #DD158A;
}
</style>