Shades of Medium Violet Red #DF0984
Tints of Medium Violet Red #DF0984
RGB
CMYK
RGB Variations
Color information
#DF0984 (or 0xDF0984) is known color: Medium Violet Red. HEX triplet: DF, 09 and 84. RGB value is (223,9,132). Sum of RGB (Red+Green+Blue) = 223+9+132=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0984 is #20F67B. Grayscale: #565656. Windows color (decimal): -2160252 or 8653279. OLE color: 8653279.
HSL color Cylindrical-coordinate representation of color #DF0984: hue angle of 325.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0984 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.13 |
| HSL | 325.51º | 0.92% | 0.45% | - |
| HSV(B) | 325.51º | 0.96% | 0.87% | - |
| XYZ | 34.69 | 17.55 | 23.39 | - |
| YUV | 87.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 132 | 0 | 0.96 | 0.41 | 0.13 | 325.51 | 0.92 | 0.45 |
| Hex | DF | 9 | 84 | 0 | 60 | 29 | D | 146 | 5C | 2D |
| Octal | 337 | 11 | 204 | 0 | 140 | 51 | 15 | 506 | 134 | 55 |
| Binary | 11011111 | 1001 | 10000100 | 0 | 1100000 | 101001 | 1101 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DF0984
Complementary color
Monochromatic Colors of #DF0984
Black with #DF0984
Text Example
Text Example
White with #DF0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0984; }
p { color: rgb(223,9,132); }
H1.HeaderClassName
{
color: #DF0984;
}
.AnyTagClassName
{
color: #DF0984;
}
</style>
background-color css
<style>
a { background-color: #DF0984; }
a { background-color: rgb(223,9,132); }
div.DivClassName
{
background-color: #DF0984;
}
.BgClassName
{
background-color: #DF0984;
}
</style>
border-color css
<style>
span { border-color: #DF0984; }
span { border-color: rgb(223,9,132); }
td.TdClassName
{
border-color: #DF0984;
}
.TagClassName
{
border-color: #DF0984;
}
</style>