Shades of Medium Violet Red #DF067A
Tints of Medium Violet Red #DF067A
RGB
CMYK
RGB Variations
Color information
#DF067A (or 0xDF067A) is known color: Medium Violet Red. HEX triplet: DF, 06 and 7A. RGB value is (223,6,122). Sum of RGB (Red+Green+Blue) = 223+6+122=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF067A is #20F985. Grayscale: #535353. Windows color (decimal): -2161030 or 7997151. OLE color: 7997151.
HSL color Cylindrical-coordinate representation of color #DF067A: hue angle of 327.93º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF067A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.13 |
| HSL | 327.93º | 0.95% | 0.45% | - |
| HSV(B) | 327.93º | 0.97% | 0.87% | - |
| XYZ | 34.01 | 17.22 | 19.94 | - |
| YUV | 84.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 122 | 0 | 0.97 | 0.45 | 0.13 | 327.93 | 0.95 | 0.45 |
| Hex | DF | 6 | 7A | 0 | 61 | 2D | D | 148 | 5F | 2D |
| Octal | 337 | 6 | 172 | 0 | 141 | 55 | 15 | 510 | 137 | 55 |
| Binary | 11011111 | 110 | 1111010 | 0 | 1100001 | 101101 | 1101 | 101001000 | 1011111 | 101101 |
Color Harmonies of #DF067A
Complementary color
Monochromatic Colors of #DF067A
Black with #DF067A
Text Example
Text Example
White with #DF067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF067A; }
p { color: rgb(223,6,122); }
H1.HeaderClassName
{
color: #DF067A;
}
.AnyTagClassName
{
color: #DF067A;
}
</style>
background-color css
<style>
a { background-color: #DF067A; }
a { background-color: rgb(223,6,122); }
div.DivClassName
{
background-color: #DF067A;
}
.BgClassName
{
background-color: #DF067A;
}
</style>
border-color css
<style>
span { border-color: #DF067A; }
span { border-color: rgb(223,6,122); }
td.TdClassName
{
border-color: #DF067A;
}
.TagClassName
{
border-color: #DF067A;
}
</style>