Shades of Medium Violet Red #DF067F
Tints of Medium Violet Red #DF067F
RGB
CMYK
RGB Variations
Color information
#DF067F (or 0xDF067F) is known color: Medium Violet Red. HEX triplet: DF, 06 and 7F. RGB value is (223,6,127). Sum of RGB (Red+Green+Blue) = 223+6+127=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF067F is #20F980. Grayscale: #545454. Windows color (decimal): -2161025 or 8324831. OLE color: 8324831.
HSL color Cylindrical-coordinate representation of color #DF067F: hue angle of 326.54º 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 #DF067F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.54º | 0.95% | 0.45% | - |
| HSV(B) | 326.54º | 0.97% | 0.87% | - |
| XYZ | 34.33 | 17.35 | 21.62 | - |
| YUV | 84.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 127 | 0 | 0.97 | 0.43 | 0.13 | 326.54 | 0.95 | 0.45 |
| Hex | DF | 6 | 7F | 0 | 61 | 2B | D | 147 | 5F | 2D |
| Octal | 337 | 6 | 177 | 0 | 141 | 53 | 15 | 507 | 137 | 55 |
| Binary | 11011111 | 110 | 1111111 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011111 | 101101 |
Color Harmonies of #DF067F
Complementary color
Monochromatic Colors of #DF067F
Black with #DF067F
Text Example
Text Example
White with #DF067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF067F; }
p { color: rgb(223,6,127); }
H1.HeaderClassName
{
color: #DF067F;
}
.AnyTagClassName
{
color: #DF067F;
}
</style>
background-color css
<style>
a { background-color: #DF067F; }
a { background-color: rgb(223,6,127); }
div.DivClassName
{
background-color: #DF067F;
}
.BgClassName
{
background-color: #DF067F;
}
</style>
border-color css
<style>
span { border-color: #DF067F; }
span { border-color: rgb(223,6,127); }
td.TdClassName
{
border-color: #DF067F;
}
.TagClassName
{
border-color: #DF067F;
}
</style>