Shades of Medium Violet Red #DF0084
Tints of Medium Violet Red #DF0084
RGB
CMYK
RGB Variations
Color information
#DF0084 (or 0xDF0084) is known color: Medium Violet Red. HEX triplet: DF, 00 and 84. RGB value is (223,0,132). Sum of RGB (Red+Green+Blue) = 223+0+132=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0084 is #20FF7B. Grayscale: #515151. Windows color (decimal): -2162556 or 8650975. OLE color: 8650975.
HSL color Cylindrical-coordinate representation of color #DF0084: hue angle of 324.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0084 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.41 | 0.13 |
| HSL | 324.48º | 1% | 0.44% | - |
| HSV(B) | 324.48º | 1% | 0.87% | - |
| XYZ | 34.6 | 17.35 | 23.36 | - |
| YUV | 81.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 132 | 0 | 1 | 0.41 | 0.13 | 324.48 | 1 | 0.44 |
| Hex | DF | 0 | 84 | 0 | 64 | 29 | D | 144 | 64 | 2C |
| Octal | 337 | 0 | 204 | 0 | 144 | 51 | 15 | 504 | 144 | 54 |
| Binary | 11011111 | 0 | 10000100 | 0 | 1100100 | 101001 | 1101 | 101000100 | 1100100 | 101100 |
Color Harmonies of #DF0084
Complementary color
Monochromatic Colors of #DF0084
Black with #DF0084
Text Example
Text Example
White with #DF0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0084; }
p { color: rgb(223,0,132); }
H1.HeaderClassName
{
color: #DF0084;
}
.AnyTagClassName
{
color: #DF0084;
}
</style>
background-color css
<style>
a { background-color: #DF0084; }
a { background-color: rgb(223,0,132); }
div.DivClassName
{
background-color: #DF0084;
}
.BgClassName
{
background-color: #DF0084;
}
</style>
border-color css
<style>
span { border-color: #DF0084; }
span { border-color: rgb(223,0,132); }
td.TdClassName
{
border-color: #DF0084;
}
.TagClassName
{
border-color: #DF0084;
}
</style>