Shades of Medium Violet Red #DF137C
Tints of Medium Violet Red #DF137C
RGB
CMYK
RGB Variations
Color information
#DF137C (or 0xDF137C) is known color: Medium Violet Red. HEX triplet: DF, 13 and 7C. RGB value is (223,19,124). Sum of RGB (Red+Green+Blue) = 223+19+124=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF137C is #20EC83. Grayscale: #5B5B5B. Windows color (decimal): -2157700 or 8131551. OLE color: 8131551.
HSL color Cylindrical-coordinate representation of color #DF137C: hue angle of 329.12º 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 #DF137C is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 124 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.13 |
| HSL | 329.12º | 0.84% | 0.47% | - |
| HSV(B) | 329.12º | 0.91% | 0.87% | - |
| XYZ | 34.3 | 17.61 | 20.66 | - |
| YUV | 91.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 124 | 0 | 0.91 | 0.44 | 0.13 | 329.12 | 0.84 | 0.47 |
| Hex | DF | 13 | 7C | 0 | 5B | 2C | D | 149 | 54 | 2F |
| Octal | 337 | 23 | 174 | 0 | 133 | 54 | 15 | 511 | 124 | 57 |
| Binary | 11011111 | 10011 | 1111100 | 0 | 1011011 | 101100 | 1101 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DF137C
Complementary color
Monochromatic Colors of #DF137C
Black with #DF137C
Text Example
Text Example
White with #DF137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF137C; }
p { color: rgb(223,19,124); }
H1.HeaderClassName
{
color: #DF137C;
}
.AnyTagClassName
{
color: #DF137C;
}
</style>
background-color css
<style>
a { background-color: #DF137C; }
a { background-color: rgb(223,19,124); }
div.DivClassName
{
background-color: #DF137C;
}
.BgClassName
{
background-color: #DF137C;
}
</style>
border-color css
<style>
span { border-color: #DF137C; }
span { border-color: rgb(223,19,124); }
td.TdClassName
{
border-color: #DF137C;
}
.TagClassName
{
border-color: #DF137C;
}
</style>