Shades of Medium Violet Red #DF0082
Tints of Medium Violet Red #DF0082
RGB
CMYK
RGB Variations
Color information
#DF0082 (or 0xDF0082) is known color: Medium Violet Red. HEX triplet: DF, 00 and 82. RGB value is (223,0,130). Sum of RGB (Red+Green+Blue) = 223+0+130=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0082 is #20FF7D. Grayscale: #515151. Windows color (decimal): -2162558 or 8519903. OLE color: 8519903.
HSL color Cylindrical-coordinate representation of color #DF0082: hue angle of 325.02º 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 #DF0082 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.42 | 0.13 |
| HSL | 325.02º | 1% | 0.44% | - |
| HSV(B) | 325.02º | 1% | 0.87% | - |
| XYZ | 34.46 | 17.3 | 22.64 | - |
| YUV | 81.5 | 155.38 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 130 | 0 | 1 | 0.42 | 0.13 | 325.02 | 1 | 0.44 |
| Hex | DF | 0 | 82 | 0 | 64 | 2A | D | 145 | 64 | 2C |
| Octal | 337 | 0 | 202 | 0 | 144 | 52 | 15 | 505 | 144 | 54 |
| Binary | 11011111 | 0 | 10000010 | 0 | 1100100 | 101010 | 1101 | 101000101 | 1100100 | 101100 |
Color Harmonies of #DF0082
Complementary color
Monochromatic Colors of #DF0082
Black with #DF0082
Text Example
Text Example
White with #DF0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0082; }
p { color: rgb(223,0,130); }
H1.HeaderClassName
{
color: #DF0082;
}
.AnyTagClassName
{
color: #DF0082;
}
</style>
background-color css
<style>
a { background-color: #DF0082; }
a { background-color: rgb(223,0,130); }
div.DivClassName
{
background-color: #DF0082;
}
.BgClassName
{
background-color: #DF0082;
}
</style>
border-color css
<style>
span { border-color: #DF0082; }
span { border-color: rgb(223,0,130); }
td.TdClassName
{
border-color: #DF0082;
}
.TagClassName
{
border-color: #DF0082;
}
</style>