Shades of Medium Violet Red #DF007C
Tints of Medium Violet Red #DF007C
RGB
CMYK
RGB Variations
Color information
#DF007C (or 0xDF007C) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7C. RGB value is (223,0,124). Sum of RGB (Red+Green+Blue) = 223+0+124=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007C is #20FF83. Grayscale: #505050. Windows color (decimal): -2162564 or 8126687. OLE color: 8126687.
HSL color Cylindrical-coordinate representation of color #DF007C: hue angle of 326.64º 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 #DF007C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.44 | 0.13 |
| HSL | 326.64º | 1% | 0.44% | - |
| HSV(B) | 326.64º | 1% | 0.87% | - |
| XYZ | 34.07 | 17.14 | 20.58 | - |
| YUV | 80.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 124 | 0 | 1 | 0.44 | 0.13 | 326.64 | 1 | 0.44 |
| Hex | DF | 0 | 7C | 0 | 64 | 2C | D | 147 | 64 | 2C |
| Octal | 337 | 0 | 174 | 0 | 144 | 54 | 15 | 507 | 144 | 54 |
| Binary | 11011111 | 0 | 1111100 | 0 | 1100100 | 101100 | 1101 | 101000111 | 1100100 | 101100 |
Color Harmonies of #DF007C
Complementary color
Monochromatic Colors of #DF007C
Black with #DF007C
Text Example
Text Example
White with #DF007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF007C; }
p { color: rgb(223,0,124); }
H1.HeaderClassName
{
color: #DF007C;
}
.AnyTagClassName
{
color: #DF007C;
}
</style>
background-color css
<style>
a { background-color: #DF007C; }
a { background-color: rgb(223,0,124); }
div.DivClassName
{
background-color: #DF007C;
}
.BgClassName
{
background-color: #DF007C;
}
</style>
border-color css
<style>
span { border-color: #DF007C; }
span { border-color: rgb(223,0,124); }
td.TdClassName
{
border-color: #DF007C;
}
.TagClassName
{
border-color: #DF007C;
}
</style>