Shades of Medium Violet Red #DF007A
Tints of Medium Violet Red #DF007A
RGB
CMYK
RGB Variations
Color information
#DF007A (or 0xDF007A) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7A. RGB value is (223,0,122). Sum of RGB (Red+Green+Blue) = 223+0+122=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007A is #20FF85. Grayscale: #505050. Windows color (decimal): -2162566 or 7995615. OLE color: 7995615.
HSL color Cylindrical-coordinate representation of color #DF007A: hue angle of 327.17º 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 #DF007A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.45 | 0.13 |
| HSL | 327.17º | 1% | 0.44% | - |
| HSV(B) | 327.17º | 1% | 0.87% | - |
| XYZ | 33.94 | 17.09 | 19.92 | - |
| YUV | 80.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 122 | 0 | 1 | 0.45 | 0.13 | 327.17 | 1 | 0.44 |
| Hex | DF | 0 | 7A | 0 | 64 | 2D | D | 147 | 64 | 2C |
| Octal | 337 | 0 | 172 | 0 | 144 | 55 | 15 | 507 | 144 | 54 |
| Binary | 11011111 | 0 | 1111010 | 0 | 1100100 | 101101 | 1101 | 101000111 | 1100100 | 101100 |
Color Harmonies of #DF007A
Complementary color
Monochromatic Colors of #DF007A
Black with #DF007A
Text Example
Text Example
White with #DF007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF007A; }
p { color: rgb(223,0,122); }
H1.HeaderClassName
{
color: #DF007A;
}
.AnyTagClassName
{
color: #DF007A;
}
</style>
background-color css
<style>
a { background-color: #DF007A; }
a { background-color: rgb(223,0,122); }
div.DivClassName
{
background-color: #DF007A;
}
.BgClassName
{
background-color: #DF007A;
}
</style>
border-color css
<style>
span { border-color: #DF007A; }
span { border-color: rgb(223,0,122); }
td.TdClassName
{
border-color: #DF007A;
}
.TagClassName
{
border-color: #DF007A;
}
</style>