Shades of Medium Violet Red #DF067C
Tints of Medium Violet Red #DF067C
RGB
CMYK
RGB Variations
Color information
#DF067C (or 0xDF067C) is known color: Medium Violet Red. HEX triplet: DF, 06 and 7C. RGB value is (223,6,124). Sum of RGB (Red+Green+Blue) = 223+6+124=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF067C is #20F983. Grayscale: #545454. Windows color (decimal): -2161028 or 8128223. OLE color: 8128223.
HSL color Cylindrical-coordinate representation of color #DF067C: hue angle of 327.37º 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 #DF067C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.13 |
| HSL | 327.37º | 0.95% | 0.45% | - |
| HSV(B) | 327.37º | 0.97% | 0.87% | - |
| XYZ | 34.13 | 17.27 | 20.6 | - |
| YUV | 84.34 | 150.39 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 124 | 0 | 0.97 | 0.44 | 0.13 | 327.37 | 0.95 | 0.45 |
| Hex | DF | 6 | 7C | 0 | 61 | 2C | D | 147 | 5F | 2D |
| Octal | 337 | 6 | 174 | 0 | 141 | 54 | 15 | 507 | 137 | 55 |
| Binary | 11011111 | 110 | 1111100 | 0 | 1100001 | 101100 | 1101 | 101000111 | 1011111 | 101101 |
Color Harmonies of #DF067C
Complementary color
Monochromatic Colors of #DF067C
Black with #DF067C
Text Example
Text Example
White with #DF067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF067C; }
p { color: rgb(223,6,124); }
H1.HeaderClassName
{
color: #DF067C;
}
.AnyTagClassName
{
color: #DF067C;
}
</style>
background-color css
<style>
a { background-color: #DF067C; }
a { background-color: rgb(223,6,124); }
div.DivClassName
{
background-color: #DF067C;
}
.BgClassName
{
background-color: #DF067C;
}
</style>
border-color css
<style>
span { border-color: #DF067C; }
span { border-color: rgb(223,6,124); }
td.TdClassName
{
border-color: #DF067C;
}
.TagClassName
{
border-color: #DF067C;
}
</style>