Shades of Medium Violet Red #DF148D
Tints of Medium Violet Red #DF148D
RGB
CMYK
RGB Variations
Color information
#DF148D (or 0xDF148D) is known color: Medium Violet Red. HEX triplet: DF, 14 and 8D. RGB value is (223,20,141). Sum of RGB (Red+Green+Blue) = 223+20+141=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF148D is #20EB72. Grayscale: #5E5E5E. Windows color (decimal): -2157427 or 9245919. OLE color: 9245919.
HSL color Cylindrical-coordinate representation of color #DF148D: hue angle of 324.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF148D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 141 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.24º | 0.84% | 0.48% | - |
| HSV(B) | 324.24º | 0.91% | 0.87% | - |
| XYZ | 35.49 | 18.11 | 26.82 | - |
| YUV | 94.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 141 | 0 | 0.91 | 0.37 | 0.13 | 324.24 | 0.84 | 0.48 |
| Hex | DF | 14 | 8D | 0 | 5B | 25 | D | 144 | 54 | 30 |
| Octal | 337 | 24 | 215 | 0 | 133 | 45 | 15 | 504 | 124 | 60 |
| Binary | 11011111 | 10100 | 10001101 | 0 | 1011011 | 100101 | 1101 | 101000100 | 1010100 | 110000 |
Color Harmonies of #DF148D
Complementary color
Monochromatic Colors of #DF148D
Black with #DF148D
Text Example
Text Example
White with #DF148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF148D; }
p { color: rgb(223,20,141); }
H1.HeaderClassName
{
color: #DF148D;
}
.AnyTagClassName
{
color: #DF148D;
}
</style>
background-color css
<style>
a { background-color: #DF148D; }
a { background-color: rgb(223,20,141); }
div.DivClassName
{
background-color: #DF148D;
}
.BgClassName
{
background-color: #DF148D;
}
</style>
border-color css
<style>
span { border-color: #DF148D; }
span { border-color: rgb(223,20,141); }
td.TdClassName
{
border-color: #DF148D;
}
.TagClassName
{
border-color: #DF148D;
}
</style>