Shades of Medium Violet Red #DF007B
Tints of Medium Violet Red #DF007B
RGB
CMYK
RGB Variations
Color information
#DF007B (or 0xDF007B) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7B. RGB value is (223,0,123). Sum of RGB (Red+Green+Blue) = 223+0+123=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007B is #20FF84. Grayscale: #505050. Windows color (decimal): -2162565 or 8061151. OLE color: 8061151.
HSL color Cylindrical-coordinate representation of color #DF007B: hue angle of 326.91º 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 #DF007B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.45 | 0.13 |
| HSL | 326.91º | 1% | 0.44% | - |
| HSV(B) | 326.91º | 1% | 0.87% | - |
| XYZ | 34.01 | 17.12 | 20.25 | - |
| YUV | 80.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 123 | 0 | 1 | 0.45 | 0.13 | 326.91 | 1 | 0.44 |
| Hex | DF | 0 | 7B | 0 | 64 | 2D | D | 147 | 64 | 2C |
| Octal | 337 | 0 | 173 | 0 | 144 | 55 | 15 | 507 | 144 | 54 |
| Binary | 11011111 | 0 | 1111011 | 0 | 1100100 | 101101 | 1101 | 101000111 | 1100100 | 101100 |
Color Harmonies of #DF007B
Complementary color
Monochromatic Colors of #DF007B
Black with #DF007B
Text Example
Text Example
White with #DF007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF007B; }
p { color: rgb(223,0,123); }
H1.HeaderClassName
{
color: #DF007B;
}
.AnyTagClassName
{
color: #DF007B;
}
</style>
background-color css
<style>
a { background-color: #DF007B; }
a { background-color: rgb(223,0,123); }
div.DivClassName
{
background-color: #DF007B;
}
.BgClassName
{
background-color: #DF007B;
}
</style>
border-color css
<style>
span { border-color: #DF007B; }
span { border-color: rgb(223,0,123); }
td.TdClassName
{
border-color: #DF007B;
}
.TagClassName
{
border-color: #DF007B;
}
</style>