Shades of Medium Violet Red #DD148C
Tints of Medium Violet Red #DD148C
RGB
CMYK
RGB Variations
Color information
#DD148C (or 0xDD148C) is known color: Medium Violet Red. HEX triplet: DD, 14 and 8C. RGB value is (221,20,140). Sum of RGB (Red+Green+Blue) = 221+20+140=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD148C is #22EB73. Grayscale: #5D5D5D. Windows color (decimal): -2288500 or 9180381. OLE color: 9180381.
HSL color Cylindrical-coordinate representation of color #DD148C: hue angle of 324.18º 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 #DD148C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.18º | 0.83% | 0.47% | - |
| HSV(B) | 324.18º | 0.91% | 0.87% | - |
| XYZ | 34.8 | 17.77 | 26.41 | - |
| YUV | 93.78 | 154.09 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 140 | 0 | 0.91 | 0.37 | 0.13 | 324.18 | 0.83 | 0.47 |
| Hex | DD | 14 | 8C | 0 | 5B | 25 | D | 144 | 53 | 2F |
| Octal | 335 | 24 | 214 | 0 | 133 | 45 | 15 | 504 | 123 | 57 |
| Binary | 11011101 | 10100 | 10001100 | 0 | 1011011 | 100101 | 1101 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DD148C
Complementary color
Monochromatic Colors of #DD148C
Black with #DD148C
Text Example
Text Example
White with #DD148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD148C; }
p { color: rgb(221,20,140); }
H1.HeaderClassName
{
color: #DD148C;
}
.AnyTagClassName
{
color: #DD148C;
}
</style>
background-color css
<style>
a { background-color: #DD148C; }
a { background-color: rgb(221,20,140); }
div.DivClassName
{
background-color: #DD148C;
}
.BgClassName
{
background-color: #DD148C;
}
</style>
border-color css
<style>
span { border-color: #DD148C; }
span { border-color: rgb(221,20,140); }
td.TdClassName
{
border-color: #DD148C;
}
.TagClassName
{
border-color: #DD148C;
}
</style>