Shades of Medium Violet Red #DF198A
Tints of Medium Violet Red #DF198A
RGB
CMYK
RGB Variations
Color information
#DF198A (or 0xDF198A) is known color: Medium Violet Red. HEX triplet: DF, 19 and 8A. RGB value is (223,25,138). Sum of RGB (Red+Green+Blue) = 223+25+138=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF198A is #20E675. Grayscale: #606060. Windows color (decimal): -2156150 or 9050591. OLE color: 9050591.
HSL color Cylindrical-coordinate representation of color #DF198A: hue angle of 325.76º 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 #DF198A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.13 |
| HSL | 325.76º | 0.8% | 0.49% | - |
| HSV(B) | 325.76º | 0.89% | 0.87% | - |
| XYZ | 35.37 | 18.22 | 25.7 | - |
| YUV | 97.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 138 | 0 | 0.89 | 0.38 | 0.13 | 325.76 | 0.8 | 0.49 |
| Hex | DF | 19 | 8A | 0 | 59 | 26 | D | 146 | 50 | 31 |
| Octal | 337 | 31 | 212 | 0 | 131 | 46 | 15 | 506 | 120 | 61 |
| Binary | 11011111 | 11001 | 10001010 | 0 | 1011001 | 100110 | 1101 | 101000110 | 1010000 | 110001 |
Color Harmonies of #DF198A
Complementary color
Monochromatic Colors of #DF198A
Black with #DF198A
Text Example
Text Example
White with #DF198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF198A; }
p { color: rgb(223,25,138); }
H1.HeaderClassName
{
color: #DF198A;
}
.AnyTagClassName
{
color: #DF198A;
}
</style>
background-color css
<style>
a { background-color: #DF198A; }
a { background-color: rgb(223,25,138); }
div.DivClassName
{
background-color: #DF198A;
}
.BgClassName
{
background-color: #DF198A;
}
</style>
border-color css
<style>
span { border-color: #DF198A; }
span { border-color: rgb(223,25,138); }
td.TdClassName
{
border-color: #DF198A;
}
.TagClassName
{
border-color: #DF198A;
}
</style>