Shades of Medium Violet Red #DD148E
Tints of Medium Violet Red #DD148E
RGB
CMYK
RGB Variations
Color information
#DD148E (or 0xDD148E) is known color: Medium Violet Red. HEX triplet: DD, 14 and 8E. RGB value is (221,20,142). Sum of RGB (Red+Green+Blue) = 221+20+142=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD148E is #22EB71. Grayscale: #5D5D5D. Windows color (decimal): -2288498 or 9311453. OLE color: 9311453.
HSL color Cylindrical-coordinate representation of color #DD148E: hue angle of 323.58º 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 #DD148E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 142 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.13 |
| HSL | 323.58º | 0.83% | 0.47% | - |
| HSV(B) | 323.58º | 0.91% | 0.87% | - |
| XYZ | 34.95 | 17.83 | 27.19 | - |
| YUV | 94.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 142 | 0 | 0.91 | 0.36 | 0.13 | 323.58 | 0.83 | 0.47 |
| Hex | DD | 14 | 8E | 0 | 5B | 24 | D | 144 | 53 | 2F |
| Octal | 335 | 24 | 216 | 0 | 133 | 44 | 15 | 504 | 123 | 57 |
| Binary | 11011101 | 10100 | 10001110 | 0 | 1011011 | 100100 | 1101 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DD148E
Complementary color
Monochromatic Colors of #DD148E
Black with #DD148E
Text Example
Text Example
White with #DD148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD148E; }
p { color: rgb(221,20,142); }
H1.HeaderClassName
{
color: #DD148E;
}
.AnyTagClassName
{
color: #DD148E;
}
</style>
background-color css
<style>
a { background-color: #DD148E; }
a { background-color: rgb(221,20,142); }
div.DivClassName
{
background-color: #DD148E;
}
.BgClassName
{
background-color: #DD148E;
}
</style>
border-color css
<style>
span { border-color: #DD148E; }
span { border-color: rgb(221,20,142); }
td.TdClassName
{
border-color: #DD148E;
}
.TagClassName
{
border-color: #DD148E;
}
</style>