Shades of Medium Violet Red #DF187C
Tints of Medium Violet Red #DF187C
RGB
CMYK
RGB Variations
Color information
#DF187C (or 0xDF187C) is known color: Medium Violet Red. HEX triplet: DF, 18 and 7C. RGB value is (223,24,124). Sum of RGB (Red+Green+Blue) = 223+24+124=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF187C is #20E783. Grayscale: #5E5E5E. Windows color (decimal): -2156420 or 8132831. OLE color: 8132831.
HSL color Cylindrical-coordinate representation of color #DF187C: hue angle of 329.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF187C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.13 |
| HSL | 329.85º | 0.81% | 0.48% | - |
| HSV(B) | 329.85º | 0.89% | 0.87% | - |
| XYZ | 34.4 | 17.8 | 20.69 | - |
| YUV | 94.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 124 | 0 | 0.89 | 0.44 | 0.13 | 329.85 | 0.81 | 0.48 |
| Hex | DF | 18 | 7C | 0 | 59 | 2C | D | 14A | 51 | 30 |
| Octal | 337 | 30 | 174 | 0 | 131 | 54 | 15 | 512 | 121 | 60 |
| Binary | 11011111 | 11000 | 1111100 | 0 | 1011001 | 101100 | 1101 | 101001010 | 1010001 | 110000 |
Color Harmonies of #DF187C
Complementary color
Monochromatic Colors of #DF187C
Black with #DF187C
Text Example
Text Example
White with #DF187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF187C; }
p { color: rgb(223,24,124); }
H1.HeaderClassName
{
color: #DF187C;
}
.AnyTagClassName
{
color: #DF187C;
}
</style>
background-color css
<style>
a { background-color: #DF187C; }
a { background-color: rgb(223,24,124); }
div.DivClassName
{
background-color: #DF187C;
}
.BgClassName
{
background-color: #DF187C;
}
</style>
border-color css
<style>
span { border-color: #DF187C; }
span { border-color: rgb(223,24,124); }
td.TdClassName
{
border-color: #DF187C;
}
.TagClassName
{
border-color: #DF187C;
}
</style>