Shades of Medium Violet Red #DF138C
Tints of Medium Violet Red #DF138C
RGB
CMYK
RGB Variations
Color information
#DF138C (or 0xDF138C) is known color: Medium Violet Red. HEX triplet: DF, 13 and 8C. RGB value is (223,19,140). Sum of RGB (Red+Green+Blue) = 223+19+140=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF138C is #20EC73. Grayscale: #5D5D5D. Windows color (decimal): -2157684 or 9180127. OLE color: 9180127.
HSL color Cylindrical-coordinate representation of color #DF138C: hue angle of 324.41º degrees, saturation: 0.84, 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 #DF138C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 140 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.41º | 0.84% | 0.47% | - |
| HSV(B) | 324.41º | 0.91% | 0.87% | - |
| XYZ | 35.4 | 18.05 | 26.43 | - |
| YUV | 93.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 140 | 0 | 0.91 | 0.37 | 0.13 | 324.41 | 0.84 | 0.47 |
| Hex | DF | 13 | 8C | 0 | 5B | 25 | D | 144 | 54 | 2F |
| Octal | 337 | 23 | 214 | 0 | 133 | 45 | 15 | 504 | 124 | 57 |
| Binary | 11011111 | 10011 | 10001100 | 0 | 1011011 | 100101 | 1101 | 101000100 | 1010100 | 101111 |
Color Harmonies of #DF138C
Complementary color
Monochromatic Colors of #DF138C
Black with #DF138C
Text Example
Text Example
White with #DF138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF138C; }
p { color: rgb(223,19,140); }
H1.HeaderClassName
{
color: #DF138C;
}
.AnyTagClassName
{
color: #DF138C;
}
</style>
background-color css
<style>
a { background-color: #DF138C; }
a { background-color: rgb(223,19,140); }
div.DivClassName
{
background-color: #DF138C;
}
.BgClassName
{
background-color: #DF138C;
}
</style>
border-color css
<style>
span { border-color: #DF138C; }
span { border-color: rgb(223,19,140); }
td.TdClassName
{
border-color: #DF138C;
}
.TagClassName
{
border-color: #DF138C;
}
</style>