Shades of Medium Violet Red #DF138B
Tints of Medium Violet Red #DF138B
RGB
CMYK
RGB Variations
Color information
#DF138B (or 0xDF138B) is known color: Medium Violet Red. HEX triplet: DF, 13 and 8B. RGB value is (223,19,139). Sum of RGB (Red+Green+Blue) = 223+19+139=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF138B is #20EC74. Grayscale: #5D5D5D. Windows color (decimal): -2157685 or 9114591. OLE color: 9114591.
HSL color Cylindrical-coordinate representation of color #DF138B: hue angle of 324.71º 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 #DF138B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 139 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.13 |
| HSL | 324.71º | 0.84% | 0.47% | - |
| HSV(B) | 324.71º | 0.91% | 0.87% | - |
| XYZ | 35.32 | 18.02 | 26.04 | - |
| YUV | 93.68 | 153.59 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 139 | 0 | 0.91 | 0.38 | 0.13 | 324.71 | 0.84 | 0.47 |
| Hex | DF | 13 | 8B | 0 | 5B | 26 | D | 145 | 54 | 2F |
| Octal | 337 | 23 | 213 | 0 | 133 | 46 | 15 | 505 | 124 | 57 |
| Binary | 11011111 | 10011 | 10001011 | 0 | 1011011 | 100110 | 1101 | 101000101 | 1010100 | 101111 |
Color Harmonies of #DF138B
Complementary color
Monochromatic Colors of #DF138B
Black with #DF138B
Text Example
Text Example
White with #DF138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF138B; }
p { color: rgb(223,19,139); }
H1.HeaderClassName
{
color: #DF138B;
}
.AnyTagClassName
{
color: #DF138B;
}
</style>
background-color css
<style>
a { background-color: #DF138B; }
a { background-color: rgb(223,19,139); }
div.DivClassName
{
background-color: #DF138B;
}
.BgClassName
{
background-color: #DF138B;
}
</style>
border-color css
<style>
span { border-color: #DF138B; }
span { border-color: rgb(223,19,139); }
td.TdClassName
{
border-color: #DF138B;
}
.TagClassName
{
border-color: #DF138B;
}
</style>