Shades of Medium Violet Red #DF198E
Tints of Medium Violet Red #DF198E
RGB
CMYK
RGB Variations
Color information
#DF198E (or 0xDF198E) is known color: Medium Violet Red. HEX triplet: DF, 19 and 8E. RGB value is (223,25,142). Sum of RGB (Red+Green+Blue) = 223+25+142=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF198E is #20E671. Grayscale: #616161. Windows color (decimal): -2156146 or 9312735. OLE color: 9312735.
HSL color Cylindrical-coordinate representation of color #DF198E: hue angle of 324.55º 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 #DF198E is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 142 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.13 |
| HSL | 324.55º | 0.8% | 0.49% | - |
| HSV(B) | 324.55º | 0.89% | 0.87% | - |
| XYZ | 35.66 | 18.34 | 27.25 | - |
| YUV | 97.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 142 | 0 | 0.89 | 0.36 | 0.13 | 324.55 | 0.8 | 0.49 |
| Hex | DF | 19 | 8E | 0 | 59 | 24 | D | 145 | 50 | 31 |
| Octal | 337 | 31 | 216 | 0 | 131 | 44 | 15 | 505 | 120 | 61 |
| Binary | 11011111 | 11001 | 10001110 | 0 | 1011001 | 100100 | 1101 | 101000101 | 1010000 | 110001 |
Color Harmonies of #DF198E
Complementary color
Monochromatic Colors of #DF198E
Black with #DF198E
Text Example
Text Example
White with #DF198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF198E; }
p { color: rgb(223,25,142); }
H1.HeaderClassName
{
color: #DF198E;
}
.AnyTagClassName
{
color: #DF198E;
}
</style>
background-color css
<style>
a { background-color: #DF198E; }
a { background-color: rgb(223,25,142); }
div.DivClassName
{
background-color: #DF198E;
}
.BgClassName
{
background-color: #DF198E;
}
</style>
border-color css
<style>
span { border-color: #DF198E; }
span { border-color: rgb(223,25,142); }
td.TdClassName
{
border-color: #DF198E;
}
.TagClassName
{
border-color: #DF198E;
}
</style>