Shades of Medium Violet Red #DF198C
Tints of Medium Violet Red #DF198C
RGB
CMYK
RGB Variations
Color information
#DF198C (or 0xDF198C) is known color: Medium Violet Red. HEX triplet: DF, 19 and 8C. RGB value is (223,25,140). Sum of RGB (Red+Green+Blue) = 223+25+140=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF198C is #20E673. Grayscale: #616161. Windows color (decimal): -2156148 or 9181663. OLE color: 9181663.
HSL color Cylindrical-coordinate representation of color #DF198C: hue angle of 325.15º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF198C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 140 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.13 |
| HSL | 325.15º | 0.8% | 0.49% | - |
| HSV(B) | 325.15º | 0.89% | 0.87% | - |
| XYZ | 35.51 | 18.28 | 26.47 | - |
| YUV | 97.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 140 | 0 | 0.89 | 0.37 | 0.13 | 325.15 | 0.8 | 0.49 |
| Hex | DF | 19 | 8C | 0 | 59 | 25 | D | 145 | 50 | 31 |
| Octal | 337 | 31 | 214 | 0 | 131 | 45 | 15 | 505 | 120 | 61 |
| Binary | 11011111 | 11001 | 10001100 | 0 | 1011001 | 100101 | 1101 | 101000101 | 1010000 | 110001 |
Color Harmonies of #DF198C
Complementary color
Monochromatic Colors of #DF198C
Black with #DF198C
Text Example
Text Example
White with #DF198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF198C; }
p { color: rgb(223,25,140); }
H1.HeaderClassName
{
color: #DF198C;
}
.AnyTagClassName
{
color: #DF198C;
}
</style>
background-color css
<style>
a { background-color: #DF198C; }
a { background-color: rgb(223,25,140); }
div.DivClassName
{
background-color: #DF198C;
}
.BgClassName
{
background-color: #DF198C;
}
</style>
border-color css
<style>
span { border-color: #DF198C; }
span { border-color: rgb(223,25,140); }
td.TdClassName
{
border-color: #DF198C;
}
.TagClassName
{
border-color: #DF198C;
}
</style>