Shades of Medium Violet Red #DD148B
Tints of Medium Violet Red #DD148B
RGB
CMYK
RGB Variations
Color information
#DD148B (or 0xDD148B) is known color: Medium Violet Red. HEX triplet: DD, 14 and 8B. RGB value is (221,20,139). Sum of RGB (Red+Green+Blue) = 221+20+139=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD148B is #22EB74. Grayscale: #5D5D5D. Windows color (decimal): -2288501 or 9114845. OLE color: 9114845.
HSL color Cylindrical-coordinate representation of color #DD148B: hue angle of 324.48º degrees, saturation: 0.83, 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 #DD148B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.48º | 0.83% | 0.47% | - |
| HSV(B) | 324.48º | 0.91% | 0.87% | - |
| XYZ | 34.73 | 17.74 | 26.02 | - |
| YUV | 93.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 139 | 0 | 0.91 | 0.37 | 0.13 | 324.48 | 0.83 | 0.47 |
| Hex | DD | 14 | 8B | 0 | 5B | 25 | D | 144 | 53 | 2F |
| Octal | 335 | 24 | 213 | 0 | 133 | 45 | 15 | 504 | 123 | 57 |
| Binary | 11011101 | 10100 | 10001011 | 0 | 1011011 | 100101 | 1101 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DD148B
Complementary color
Monochromatic Colors of #DD148B
Black with #DD148B
Text Example
Text Example
White with #DD148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD148B; }
p { color: rgb(221,20,139); }
H1.HeaderClassName
{
color: #DD148B;
}
.AnyTagClassName
{
color: #DD148B;
}
</style>
background-color css
<style>
a { background-color: #DD148B; }
a { background-color: rgb(221,20,139); }
div.DivClassName
{
background-color: #DD148B;
}
.BgClassName
{
background-color: #DD148B;
}
</style>
border-color css
<style>
span { border-color: #DD148B; }
span { border-color: rgb(221,20,139); }
td.TdClassName
{
border-color: #DD148B;
}
.TagClassName
{
border-color: #DD148B;
}
</style>