Shades of Medium Violet Red #DF0083
Tints of Medium Violet Red #DF0083
RGB
CMYK
RGB Variations
Color information
#DF0083 (or 0xDF0083) is known color: Medium Violet Red. HEX triplet: DF, 00 and 83. RGB value is (223,0,131). Sum of RGB (Red+Green+Blue) = 223+0+131=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0083 is #20FF7C. Grayscale: #515151. Windows color (decimal): -2162557 or 8585439. OLE color: 8585439.
HSL color Cylindrical-coordinate representation of color #DF0083: hue angle of 324.75º 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 #DF0083 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.41 | 0.13 |
| HSL | 324.75º | 1% | 0.44% | - |
| HSV(B) | 324.75º | 1% | 0.87% | - |
| XYZ | 34.53 | 17.33 | 23 | - |
| YUV | 81.61 | 155.88 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 131 | 0 | 1 | 0.41 | 0.13 | 324.75 | 1 | 0.44 |
| Hex | DF | 0 | 83 | 0 | 64 | 29 | D | 145 | 64 | 2C |
| Octal | 337 | 0 | 203 | 0 | 144 | 51 | 15 | 505 | 144 | 54 |
| Binary | 11011111 | 0 | 10000011 | 0 | 1100100 | 101001 | 1101 | 101000101 | 1100100 | 101100 |
Color Harmonies of #DF0083
Complementary color
Monochromatic Colors of #DF0083
Black with #DF0083
Text Example
Text Example
White with #DF0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0083; }
p { color: rgb(223,0,131); }
H1.HeaderClassName
{
color: #DF0083;
}
.AnyTagClassName
{
color: #DF0083;
}
</style>
background-color css
<style>
a { background-color: #DF0083; }
a { background-color: rgb(223,0,131); }
div.DivClassName
{
background-color: #DF0083;
}
.BgClassName
{
background-color: #DF0083;
}
</style>
border-color css
<style>
span { border-color: #DF0083; }
span { border-color: rgb(223,0,131); }
td.TdClassName
{
border-color: #DF0083;
}
.TagClassName
{
border-color: #DF0083;
}
</style>